COLOR #C9C90B

HEX: #C9C90B
RGB: (201,201,11)

Color info

#C9C90B contains mainly red and green colors. Web safe color of #C9C90B is #CCCC00 (or #CC0).

RGB color model

#C9C90B color RGB value is (201,201,11).

  • red value is 201;
  • green value is 201;
  • blue value is 11.
RGB:
(201,201,11)
(79%,79%,4%)

RGB channels and saturation

R 201 of 255 = 79%
G 201 of 255 = 79%
B 11 of 255 = 4%

201
201
11

R + G + B ~ 54%. #C9C90B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 201 + 11 = 413 (100%)
R 201 of 413 ~ 48.67%
G 201 of 413 ~ 48.67%
B 11 of 413 ~ 2.66%

%48.67
%48.67

CMYK color model

#C9C90B color CMYK value is (0,0,95,21).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 94.53%
  • key color value is 21.18%
CMYK:
(0,0,95,21)
C0M0Y95K21 
(0%,0%,95%,21%)
(0.00/0.00/0.95/0.21)	

CMYK percentages

%0
%0
%94.53
%21.18

Codes

Color #C9C90B in popluar color models

C9C90B
RGB20120111
HSL60°89.62%41.57%
HSB/HSV60°94.53%78.82%
CMYK0.00%0.00%94.53%
21.18%

Color #C9C90B in popluar number systems.

HEXC9C90B
Decimal20120111
Binary11001001110010011011
Octal31131113

Shades and tints

Shades of #C9C90B

#C9C90B
(201,201,11)
#B7B70A
(183,183,10)
#A5A509
(165,165,9)
#939308
(147,147,8)
#818107
(129,129,7)
#6F6F06
(111,111,6)
#5D5D05
(93,93,5)
#4B4B04
(75,75,4)
#393903
(57,57,3)
#272702
(39,39,2)
#151501
(21,21,1)
#000000
(0,0,0)

Tints of #C9C90B

#C9C90B
(201,201,11)
#CDCD21
(205,205,33)
#D1D137
(209,209,55)
#D5D54D
(213,213,77)
#D9D963
(217,217,99)
#DDDD79
(221,221,121)
#E1E18F
(225,225,143)
#E5E5A5
(229,229,165)
#E9E9BB
(233,233,187)
#EDEDD1
(237,237,209)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C90B color. Also use rgb(201,201,11) instead hex code.

Text Font Color

.myTextColor { color: #C9C90B; }

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

This text font color is #C9C90B.


Background Color

.myBgColor { background-color: #C9C90B; }

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

This div background color is #C9C90B.


Border color

.myBorderColor { border: 1px solid #C9C90B; }

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

This div border color is #C9C90B.


Opacity

.myOpacity80 { color: #C9C90B; opacity: 0.8; }

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

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

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

This text has shadow with #C9C90B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C90B on black background.


Color preview on white background

This text has color #C9C90B on white background.



Black color preview on #C9C90B background

This text has black color on #C9C90B background.


White color preview on #C9C90B background

This text has white color on #C9C90B background.