#CBC99D

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

Shades of Green Mist #CBC99D

Tints of Green Mist #CBC99D

Color information

#CBC99D (or 0xCBC99D) is unknown color: approx Green Mist. HEX triplet: CB, C9 and 9D. RGB value is (203,201,157). Sum of RGB (Red+Green+Blue) = 203+201+157=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC99D is #343662. Grayscale: #C4C4C4. Windows color (decimal): -3421795 or 10340811. OLE color: 10340811.

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

Color convert

RGB203201157-
CMYK00.010.230.20
HSL57.39º30.67%70.59%-
HSV(B)57.39º22.66%79.61%-
XYZ51.656.940.16-
YUV196.58105.66132.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=36.19%
G=35.83%
B=27.99%

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
Decimal20320115700.010.230.2057.3930.6770.59
HexCBC99D011714391f47
Octal3133112350127247137107
Binary110010111100100110011101011011110100111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC99D; }

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

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

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

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

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

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

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

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