#C8DB9A

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

Shades of Reef #C8DB9A

Tints of Reef #C8DB9A

Color information

#C8DB9A (or 0xC8DB9A) is unknown color: approx Reef. HEX triplet: C8, DB and 9A. RGB value is (200,219,154). Sum of RGB (Red+Green+Blue) = 200+219+154=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DB9A is #372465. Grayscale: #CECECE. Windows color (decimal): -3613798 or 10148808. OLE color: 10148808.

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

Color convert

RGB200219154-
CMYK0.0900.300.14
HSL77.54º47.45%73.14%-
HSV(B)77.54º29.68%85.88%-
XYZ54.9865.2840.27-
YUV205.9198.71123.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 154 (60.55% from 255) = 26.88%
R=34.90%
G=38.22%
B=26.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191540.0900.300.1477.5447.4573.14
HexC8DB9A901EE4e2f49
Octal310333232110361611657111
Binary1100100011011011100110101001011110111010011101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DB9A; }

 p { color: rgb(200,219,154); }

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

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

 a { background-color: rgb(200,219,154); }

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

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

 span { border-color: rgb(200,219,154); }

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