#CBCA96

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

Shades of Green Mist #CBCA96

Tints of Green Mist #CBCA96

Color information

#CBCA96 (or 0xCBCA96) is unknown color: approx Green Mist. HEX triplet: CB, CA and 96. RGB value is (203,202,150). Sum of RGB (Red+Green+Blue) = 203+202+150=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCA96 is #343569. Grayscale: #C4C4C4. Windows color (decimal): -3421546 or 9882315. OLE color: 9882315.

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

Color convert

RGB203202150-
CMYK00.000.260.20
HSL58.87º33.76%69.22%-
HSV(B)58.87º26.11%79.61%-
XYZ51.2557.1437.18-
YUV196.37101.83132.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=36.58%
G=36.40%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320215000.000.260.2058.8733.7669.22
HexCBCA96001A143b2245
Octal3133122260032247342105
Binary1100101111001010100101100011010101001110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA96; }

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

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

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

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

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

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

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

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