#CBC99F

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

Shades of Green Mist #CBC99F

Tints of Green Mist #CBC99F

Color information

#CBC99F (or 0xCBC99F) is unknown color: approx Green Mist. HEX triplet: CB, C9 and 9F. RGB value is (203,201,159). Sum of RGB (Red+Green+Blue) = 203+201+159=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC99F is #343660. Grayscale: #C4C4C4. Windows color (decimal): -3421793 or 10471883. OLE color: 10471883.

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

Color convert

RGB203201159-
CMYK00.010.220.20
HSL57.27º29.73%70.98%-
HSV(B)57.27º21.67%79.61%-
XYZ51.7756.9741.07-
YUV196.81106.66132.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 159 (62.5% from 255) = 28.24%
R=36.06%
G=35.70%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320115900.010.220.2057.2729.7370.98
HexCBC99F011614391e47
Octal3133112370126247136107
Binary110010111100100110011111011011010100111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC99F; }

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

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

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

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

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

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

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

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