#C9DC98

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

Shades of Reef #C9DC98

Tints of Reef #C9DC98

Color information

#C9DC98 (or 0xC9DC98) is unknown color: approx Reef. HEX triplet: C9, DC and 98. RGB value is (201,220,152). Sum of RGB (Red+Green+Blue) = 201+220+152=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DC98 is #362367. Grayscale: #CECECE. Windows color (decimal): -3548008 or 10017993. OLE color: 10017993.

HSL color Cylindrical-coordinate representation of color #C9DC98: hue angle of 76.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9DC98 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB201220152-
CMYK0.0900.310.14
HSL76.76º49.28%72.94%-
HSV(B)76.76º30.91%86.27%-
XYZ55.3565.8739.5-
YUV206.5797.21124.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=35.08%
G=38.39%
B=26.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201520.0900.310.1476.7649.2872.94
HexC9DC98901FE4d3149
Octal311334230110371611561111
Binary1100100111011100100110001001011111111010011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DC98; }

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

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

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

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

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

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

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

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