#CBC996

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

Shades of Green Mist #CBC996

Tints of Green Mist #CBC996

Color information

#CBC996 (or 0xCBC996) is unknown color: approx Green Mist. HEX triplet: CB, C9 and 96. RGB value is (203,201,150). Sum of RGB (Red+Green+Blue) = 203+201+150=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC996 is #343669. Grayscale: #C3C3C3. Windows color (decimal): -3421802 or 9882059. OLE color: 9882059.

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

Color convert

RGB203201150-
CMYK00.010.260.20
HSL57.74º33.76%69.22%-
HSV(B)57.74º26.11%79.61%-
XYZ51.0256.6737.1-
YUV195.78102.16133.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 201 (78.91% from 255) = 36.28%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=36.64%
G=36.28%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320115000.010.260.2057.7433.7669.22
HexCBC996011A143a2245
Octal3133112260132247242105
Binary1100101111001001100101100111010101001110101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC996; }

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

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

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

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

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

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

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

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