#CBCB96

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

Shades of Green Mist #CBCB96

Tints of Green Mist #CBCB96

Color information

#CBCB96 (or 0xCBCB96) is unknown color: approx Green Mist. HEX triplet: CB, CB and 96. RGB value is (203,203,150). Sum of RGB (Red+Green+Blue) = 203+203+150=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCB96 is #343469. Grayscale: #C5C5C5. Windows color (decimal): -3421290 or 9882571. OLE color: 9882571.

HSL color Cylindrical-coordinate representation of color #CBCB96: hue angle of 60º 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 #CBCB96 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203203150-
CMYK000.260.20
HSL60º33.76%69.22%-
HSV(B)60º26.11%79.61%-
XYZ51.4957.6137.26-
YUV196.96101.5132.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 150 (58.98% from 255) = 26.98%
R=36.51%
G=36.51%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203150000.260.206033.7669.22
HexCBCB96001A143c2245
Octal3133132260032247442105
Binary1100101111001011100101100011010101001111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCB96; }

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

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

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

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

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

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

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

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