#C8CA93

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

Shades of Green Mist #C8CA93

Tints of Green Mist #C8CA93

Color information

#C8CA93 (or 0xC8CA93) is unknown color: approx Green Mist. HEX triplet: C8, CA and 93. RGB value is (200,202,147). Sum of RGB (Red+Green+Blue) = 200+202+147=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA93 is #37356C. Grayscale: #C3C3C3. Windows color (decimal): -3618157 or 9685704. OLE color: 9685704.

HSL color Cylindrical-coordinate representation of color #C8CA93: hue angle of 62.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8CA93 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB200202147-
CMYK0.0100.270.21
HSL62.18º34.16%68.43%-
HSV(B)62.18º27.23%79.22%-
XYZ50.2156.6335.89-
YUV195.13100.84131.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.43%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 147 (57.81% from 255) = 26.78%
R=36.43%
G=36.79%
B=26.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021470.0100.270.2162.1834.1668.43
HexC8CA93101B153e2244
Octal3103122231033257642104
Binary1100100011001010100100111011011101011111101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CA93; }

 p { color: rgb(200,202,147); }

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

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

 a { background-color: rgb(200,202,147); }

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

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

 span { border-color: rgb(200,202,147); }

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