COLOR #999B0A

HEX: #999B0A
RGB: (153,155,10)

Color info

#999B0A contains mainly red and green colors. Web safe color of #999B0A is #999900 (or #990).

RGB color model

#999B0A color RGB value is (153,155,10).

  • red value is 153;
  • green value is 155;
  • blue value is 10.
RGB:
(153,155,10)
(60%,61%,4%)

RGB channels and saturation

R 153 of 255 = 60%
G 155 of 255 = 61%
B 10 of 255 = 4%

153
155
10

R + G + B ~ 42%. #999B0A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 155 + 10 = 318 (100%)
R 153 of 318 ~ 48.11%
G 155 of 318 ~ 48.74%
B 10 of 318 ~ 3.14%

%48.11
%48.74

CMYK color model

#999B0A color CMYK value is (1,0,94,39).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 93.55%
  • key color value is 39.22%
CMYK:
(1,0,94,39)
C1M0Y94K39 
(1%,0%,94%,39%)
(0.01/0.00/0.94/0.39)	

CMYK percentages

%1.29
%0
%93.55
%39.22

Codes

Color #999B0A in popluar color models

999B0A
RGB15315510
HSL61°87.88%32.35%
HSB/HSV61°93.55%60.78%
CMYK1.29%0.00%93.55%
39.22%

Color #999B0A in popluar number systems.

HEX999B0A
Decimal15315510
Binary10011001100110111010
Octal23123312

Shades and tints

Shades of #999B0A

#999B0A
(153,155,10)
#8C8D0A
(140,141,10)
#7F7F0A
(127,127,10)
#72710A
(114,113,10)
#65630A
(101,99,10)
#58550A
(88,85,10)
#4B470A
(75,71,10)
#3E390A
(62,57,10)
#312B0A
(49,43,10)
#241D0A
(36,29,10)
#170F0A
(23,15,10)
#000000
(0,0,0)

Tints of #999B0A

#999B0A
(153,155,10)
#A2A420
(162,164,32)
#ABAD36
(171,173,54)
#B4B64C
(180,182,76)
#BDBF62
(189,191,98)
#C6C878
(198,200,120)
#CFD18E
(207,209,142)
#D8DAA4
(216,218,164)
#E1E3BA
(225,227,186)
#EAECD0
(234,236,208)
#F3F5E6
(243,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999B0A color. Also use rgb(153,155,10) instead hex code.

Text Font Color

.myTextColor { color: #999B0A; }

<p style="color:#999B0A">This sample text font color is #999B0A.</p>

This text font color is #999B0A.


Background Color

.myBgColor { background-color: #999B0A; }

<div style="background-color:#999B0A">Inner text</div>

This div background color is #999B0A.


Border color

.myBorderColor { border: 1px solid #999B0A; }

<div style="border:3px solid #999B0A">Div</div>

This div border color is #999B0A.


Opacity

.myOpacity80 { color: #999B0A; opacity: 0.8; }

<p style="color:#999B0A;opacity:0.8;">80%</p>

Text with #999B0A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #999B0A;}

<p style="text-shadow: 3px 3px 1px #999B0A">Text here.</p>

This text has shadow with #999B0A color.

.textShadow {text-shadow: 3px 3px 1px #999B0A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #999B0A, 5px 5px 20px red">Text here.</p>

This text has shadow with #999B0A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#999B0A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#999B0A, Direction=45, Strength=4)">Text</p>

This text has shadow with #999B0A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #999B0A;
  -webkit-box-shadow:	1px 1px 3px 2px #999B0A;
  box-shadow:		1px 1px 3px 2px #999B0A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #999B0A;
-webkit-box-shadow: 1px 1px 3px 2px #999B0A;
box-shadow:1px 1px 3px 2px #999B0A;">
Div content here</div>
This div box has shadow with color #999B0A.

Preview

Color preview on black background

This text has color #999B0A on black background.


Color preview on white background

This text has color #999B0A on white background.



Black color preview on #999B0A background

This text has black color on #999B0A background.


White color preview on #999B0A background

This text has white color on #999B0A background.