#C9DA98

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

Shades of Reef #C9DA98

Tints of Reef #C9DA98

Color information

#C9DA98 (or 0xC9DA98) is unknown color: approx Reef. HEX triplet: C9, DA and 98. RGB value is (201,218,152). Sum of RGB (Red+Green+Blue) = 201+218+152=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DA98 is #362567. Grayscale: #CDCDCD. Windows color (decimal): -3548520 or 10017481. OLE color: 10017481.

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

Color convert

RGB201218152-
CMYK0.0800.300.15
HSL75.45º47.14%72.55%-
HSV(B)75.45º30.28%85.49%-
XYZ54.8364.8339.33-
YUV205.3997.87124.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 152 (59.77% from 255) = 26.62%
R=35.20%
G=38.18%
B=26.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012181520.0800.300.1575.4547.1472.55
HexC9DA98801EF4b2f49
Octal311332230100361711357111
Binary1100100111011010100110001000011110111110010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DA98; }

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

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

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

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

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

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

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

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