#C9DB9A

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

Shades of Reef #C9DB9A

Tints of Reef #C9DB9A

Color information

#C9DB9A (or 0xC9DB9A) is unknown color: approx Reef. HEX triplet: C9, DB and 9A. RGB value is (201,219,154). Sum of RGB (Red+Green+Blue) = 201+219+154=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DB9A is #362465. Grayscale: #CECECE. Windows color (decimal): -3548262 or 10148809. OLE color: 10148809.

HSL color Cylindrical-coordinate representation of color #C9DB9A: hue angle of 76.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9DB9A is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB201219154-
CMYK0.0800.300.14
HSL76.62º47.45%73.14%-
HSV(B)76.62º29.68%85.88%-
XYZ55.2565.4140.29-
YUV206.2198.54124.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=35.02%
G=38.15%
B=26.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191540.0800.300.1476.6247.4573.14
HexC9DB9A801EE4d2f49
Octal311333232100361611557111
Binary1100100111011011100110101000011110111010011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DB9A; }

 p { color: rgb(201,219,154); }

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

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

 a { background-color: rgb(201,219,154); }

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

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

 span { border-color: rgb(201,219,154); }

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