#C8CB97

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

Shades of Green Mist #C8CB97

Tints of Green Mist #C8CB97

Color information

#C8CB97 (or 0xC8CB97) is unknown color: approx Green Mist. HEX triplet: C8, CB and 97. RGB value is (200,203,151). Sum of RGB (Red+Green+Blue) = 200+203+151=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CB97 is #373468. Grayscale: #C4C4C4. Windows color (decimal): -3617897 or 9948104. OLE color: 9948104.

HSL color Cylindrical-coordinate representation of color #C8CB97: hue angle of 63.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8CB97 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB200203151-
CMYK0.0100.260.20
HSL63.46º33.33%69.41%-
HSV(B)63.46º25.62%79.61%-
XYZ50.7657.2337.65-
YUV196.18102.51130.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.10%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 151 (59.38% from 255) = 27.26%
R=36.10%
G=36.64%
B=27.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002031510.0100.260.2063.4633.3369.41
HexC8CB97101A143f2145
Octal3103132271032247741105
Binary1100100011001011100101111011010101001111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CB97; }

 p { color: rgb(200,203,151); }

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

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

 a { background-color: rgb(200,203,151); }

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

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

 span { border-color: rgb(200,203,151); }

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