#CBC99C

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

Shades of Green Mist #CBC99C

Tints of Green Mist #CBC99C

Color information

#CBC99C (or 0xCBC99C) is unknown color: approx Green Mist. HEX triplet: CB, C9 and 9C. RGB value is (203,201,156). Sum of RGB (Red+Green+Blue) = 203+201+156=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC99C is #343663. Grayscale: #C4C4C4. Windows color (decimal): -3421796 or 10275275. OLE color: 10275275.

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

Color convert

RGB203201156-
CMYK00.010.230.20
HSL57.45º31.13%70.39%-
HSV(B)57.45º23.15%79.61%-
XYZ51.5256.8739.71-
YUV196.47105.16132.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 201 (78.91% from 255) = 35.89%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=36.25%
G=35.89%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320115600.010.230.2057.4531.1370.39
HexCBC99C011714391f46
Octal3133112340127247137106
Binary110010111100100110011100011011110100111001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC99C; }

 p { color: rgb(203,201,156); }

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

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

 a { background-color: rgb(203,201,156); }

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

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

 span { border-color: rgb(203,201,156); }

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