#C8C49B

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

Shades of Green Mist #C8C49B

Tints of Green Mist #C8C49B

Color information

#C8C49B (or 0xC8C49B) is unknown color: approx Green Mist. HEX triplet: C8, C4 and 9B. RGB value is (200,196,155). Sum of RGB (Red+Green+Blue) = 200+196+155=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C49B is #373B64. Grayscale: #C0C0C0. Windows color (decimal): -3619685 or 10208456. OLE color: 10208456.

HSL color Cylindrical-coordinate representation of color #C8C49B: hue angle of 54.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8C49B is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200196155-
CMYK00.020.220.22
HSL54.67º29.03%69.61%-
HSV(B)54.67º22.5%78.43%-
XYZ49.4854.1338.85-
YUV192.52106.83133.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.30%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=36.30%
G=35.57%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019615500.020.220.2254.6729.0369.61
HexC8C49B021616371d46
Octal3103042330226266735106
Binary1100100011000100100110110101011010110110111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C49B; }

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

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

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

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

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

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

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

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