#C9BF90

Color #C9BF90 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #C9BF90

Tints of Winter Hazel #C9BF90

Color information

#C9BF90 (or 0xC9BF90) is unknown color: approx Winter Hazel. HEX triplet: C9, BF and 90. RGB value is (201,191,144). Sum of RGB (Red+Green+Blue) = 201+191+144=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BF90 is #36406F. Grayscale: #BCBCBC. Windows color (decimal): -3555440 or 9486281. OLE color: 9486281.

HSL color Cylindrical-coordinate representation of color #C9BF90: hue angle of 49.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9BF90 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB201191144-
CMYK00.050.280.21
HSL49.47º34.55%67.65%-
HSV(B)49.47º28.36%78.82%-
XYZ47.7551.6933.85-
YUV188.63102.81136.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=37.5%
G=35.63%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119114400.050.280.2149.4734.5567.65
HexC9BF90051C15312344
Octal3112772200534256143104
Binary110010011011111110010000010111100101011100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BF90; }

 p { color: rgb(201,191,144); }

 H1.HeaderClassName
 {
   color: #C9BF90;
 }
 .AnyTagClassName
 {
   color: #C9BF90;
 }
</style>
background-color css

<style>
 a { background-color: #C9BF90; }

 a { background-color: rgb(201,191,144); }

 div.DivClassName
 {
   background-color: #C9BF90;
 }
 .BgClassName
 {
   background-color: #C9BF90;
 }
</style>
border-color css

<style>
 span { border-color: #C9BF90; }

 span { border-color: rgb(201,191,144); }

 td.TdClassName
 {
   border-color: #C9BF90;
 }
 .TagClassName
 {
   border-color: #C9BF90;
 }
</style>