#C9DB9F

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

Shades of Reef #C9DB9F

Tints of Reef #C9DB9F

Color information

#C9DB9F (or 0xC9DB9F) is unknown color: approx Reef. HEX triplet: C9, DB and 9F. RGB value is (201,219,159). Sum of RGB (Red+Green+Blue) = 201+219+159=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DB9F is #362460. Grayscale: #CFCFCF. Windows color (decimal): -3548257 or 10476489. OLE color: 10476489.

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

Color convert

RGB201219159-
CMYK0.0800.270.14
HSL78º45.45%74.12%-
HSV(B)78º27.4%85.88%-
XYZ55.6865.5842.53-
YUV206.78101.04123.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=34.72%
G=37.82%
B=27.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191590.0800.270.147845.4574.12
HexC9DB9F801BE4e2d4a
Octal311333237100331611655112
Binary1100100111011011100111111000011011111010011101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DB9F; }

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

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

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

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

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

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

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

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