#C9DA9B

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

Shades of Reef #C9DA9B

Tints of Reef #C9DA9B

Color information

#C9DA9B (or 0xC9DA9B) is unknown color: approx Reef. HEX triplet: C9, DA and 9B. RGB value is (201,218,155). Sum of RGB (Red+Green+Blue) = 201+218+155=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DA9B is #362564. Grayscale: #CDCDCD. Windows color (decimal): -3548517 or 10214089. OLE color: 10214089.

HSL color Cylindrical-coordinate representation of color #C9DA9B: hue angle of 76.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9DA9B is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB201218155-
CMYK0.0800.290.15
HSL76.19º45.99%73.14%-
HSV(B)76.19º28.9%85.49%-
XYZ55.0864.9340.64-
YUV205.7499.37124.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=35.02%
G=37.98%
B=27.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012181550.0800.290.1576.1945.9973.14
HexC9DA9B801DF4c2e49
Octal311332233100351711456111
Binary1100100111011010100110111000011101111110011001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DA9B; }

 p { color: rgb(201,218,155); }

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

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

 a { background-color: rgb(201,218,155); }

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

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

 span { border-color: rgb(201,218,155); }

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