COLOR #9B990A

HEX: #9B990A
RGB: (155,153,10)

Color info

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

RGB color model

#9B990A color RGB value is (155,153,10).

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

RGB channels and saturation

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

155
153
10

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

Portions of RGB colors in percentages

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

%48.74
%48.11

CMYK color model

#9B990A color CMYK value is (0,1,94,39).

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

CMYK percentages

%0
%1.29
%93.55
%39.22

Codes

Color #9B990A in popluar color models

9B990A
RGB15515310
HSL59°87.88%32.35%
HSB/HSV59°93.55%60.78%
CMYK0.00%1.29%93.55%
39.22%

Color #9B990A in popluar number systems.

HEX9B990A
Decimal15515310
Binary10011011100110011010
Octal23323112

Shades and tints

Shades of #9B990A

#9B990A
(155,153,10)
#8D8C0A
(141,140,10)
#7F7F0A
(127,127,10)
#71720A
(113,114,10)
#63650A
(99,101,10)
#55580A
(85,88,10)
#474B0A
(71,75,10)
#393E0A
(57,62,10)
#2B310A
(43,49,10)
#1D240A
(29,36,10)
#0F170A
(15,23,10)
#000000
(0,0,0)

Tints of #9B990A

#9B990A
(155,153,10)
#A4A220
(164,162,32)
#ADAB36
(173,171,54)
#B6B44C
(182,180,76)
#BFBD62
(191,189,98)
#C8C678
(200,198,120)
#D1CF8E
(209,207,142)
#DAD8A4
(218,216,164)
#E3E1BA
(227,225,186)
#ECEAD0
(236,234,208)
#F5F3E6
(245,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B990A; }

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

This text font color is #9B990A.


Background Color

.myBgColor { background-color: #9B990A; }

<div style="background-color:#9B990A">Inner text</div>

This div background color is #9B990A.


Border color

.myBorderColor { border: 1px solid #9B990A; }

<div style="border:3px solid #9B990A">Div</div>

This div border color is #9B990A.


Opacity

.myOpacity80 { color: #9B990A; opacity: 0.8; }

<p style="color:#9B990A;opacity:0.8;">80%</p>

Text with #9B990A 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 #9B990A;}

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

This text has shadow with #9B990A color.

.textShadow {text-shadow: 3px 3px 1px #9B990A, 3px 3px 1px red;}

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

This text has shadow with #9B990A primary color and red secondary color.


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

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

This text has shadow with #9B990A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B990A on black background.


Color preview on white background

This text has color #9B990A on white background.



Black color preview on #9B990A background

This text has black color on #9B990A background.


White color preview on #9B990A background

This text has white color on #9B990A background.