#C9DF96

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

Shades of Reef #C9DF96

Tints of Reef #C9DF96

Color information

#C9DF96 (or 0xC9DF96) is unknown color: approx Reef. HEX triplet: C9, DF and 96. RGB value is (201,223,150). Sum of RGB (Red+Green+Blue) = 201+223+150=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DF96 is #362069. Grayscale: #D0D0D0. Windows color (decimal): -3547242 or 9887689. OLE color: 9887689.

HSL color Cylindrical-coordinate representation of color #C9DF96: hue angle of 78.08º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9DF96 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB201223150-
CMYK0.1000.330.13
HSL78.08º53.28%73.14%-
HSV(B)78.08º32.74%87.45%-
XYZ55.9867.3938.91-
YUV208.195.21122.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=35.02%
G=38.85%
B=26.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012231500.1000.330.1378.0853.2873.14
HexC9DF96A021D4e3549
Octal311337226120411511665111
Binary11001001110111111001011010100100001110110011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DF96; }

 p { color: rgb(201,223,150); }

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

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

 a { background-color: rgb(201,223,150); }

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

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

 span { border-color: rgb(201,223,150); }

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