#C8DA9B

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

Shades of Reef #C8DA9B

Tints of Reef #C8DA9B

Color information

#C8DA9B (or 0xC8DA9B) is unknown color: approx Reef. HEX triplet: C8, DA and 9B. RGB value is (200,218,155). Sum of RGB (Red+Green+Blue) = 200+218+155=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DA9B is #372564. Grayscale: #CDCDCD. Windows color (decimal): -3614053 or 10214088. OLE color: 10214088.

HSL color Cylindrical-coordinate representation of color #C8DA9B: hue angle of 77.14º 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 #C8DA9B is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB200218155-
CMYK0.0800.290.15
HSL77.14º45.99%73.14%-
HSV(B)77.14º28.9%85.49%-
XYZ54.8164.7940.63-
YUV205.4499.54124.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=34.90%
G=38.05%
B=27.05%

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
Decimal2002181550.0800.290.1577.1445.9973.14
HexC8DA9B801DF4d2e49
Octal310332233100351711556111
Binary1100100011011010100110111000011101111110011011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DA9B; }

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

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

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

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

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

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

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

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