#CBCA99

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

Shades of Green Mist #CBCA99

Tints of Green Mist #CBCA99

Color information

#CBCA99 (or 0xCBCA99) is unknown color: approx Green Mist. HEX triplet: CB, CA and 99. RGB value is (203,202,153). Sum of RGB (Red+Green+Blue) = 203+202+153=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCA99 is #343566. Grayscale: #C4C4C4. Windows color (decimal): -3421543 or 10078923. OLE color: 10078923.

HSL color Cylindrical-coordinate representation of color #CBCA99: hue angle of 58.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBCA99 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB203202153-
CMYK00.000.250.20
HSL58.8º32.47%69.8%-
HSV(B)58.8º24.63%79.61%-
XYZ51.557.2438.47-
YUV196.71103.33132.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 153 (60.16% from 255) = 27.42%
R=36.38%
G=36.20%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320215300.000.250.2058.832.4769.8
HexCBCA990019143b2046
Octal3133122310031247340106
Binary1100101111001010100110010011001101001110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA99; }

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

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

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

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

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

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

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

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