#C9DB9D

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

Shades of Reef #C9DB9D

Tints of Reef #C9DB9D

Color information

#C9DB9D (or 0xC9DB9D) is unknown color: approx Reef. HEX triplet: C9, DB and 9D. RGB value is (201,219,157). Sum of RGB (Red+Green+Blue) = 201+219+157=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DB9D is #362462. Grayscale: #CECECE. Windows color (decimal): -3548259 or 10345417. OLE color: 10345417.

HSL color Cylindrical-coordinate representation of color #C9DB9D: hue angle of 77.42º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9DB9D is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB201219157-
CMYK0.0800.280.14
HSL77.42º46.27%73.73%-
HSV(B)77.42º28.31%85.88%-
XYZ55.565.5141.62-
YUV206.55100.04124.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.84%
GREEN value IS 219 (85.94% from 255) = 37.95%
BLUE value IS 157 (61.72% from 255) = 27.21%
R=34.84%
G=37.95%
B=27.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191570.0800.280.1477.4246.2773.73
HexC9DB9D801CE4d2e4a
Octal311333235100341611556112
Binary1100100111011011100111011000011100111010011011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DB9D; }

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

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

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

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

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

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

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

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