#C8C990

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

Shades of Green Mist #C8C990

Tints of Green Mist #C8C990

Color information

#C8C990 (or 0xC8C990) is unknown color: approx Green Mist. HEX triplet: C8, C9 and 90. RGB value is (200,201,144). Sum of RGB (Red+Green+Blue) = 200+201+144=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C990 is #37366F. Grayscale: #C2C2C2. Windows color (decimal): -3618416 or 9488840. OLE color: 9488840.

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

Color convert

RGB200201144-
CMYK0.0000.280.21
HSL61.05º34.55%67.65%-
HSV(B)61.05º28.36%78.82%-
XYZ49.7456.0734.59-
YUV194.299.67132.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=36.70%
G=36.88%
B=26.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002011440.0000.280.2161.0534.5567.65
HexC8C990001C153d2344
Octal3103112200034257543104
Binary1100100011001001100100000011100101011111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C990; }

 p { color: rgb(200,201,144); }

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

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

 a { background-color: rgb(200,201,144); }

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

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

 span { border-color: rgb(200,201,144); }

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