#CBCD96

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

Shades of Green Mist #CBCD96

Tints of Green Mist #CBCD96

Color information

#CBCD96 (or 0xCBCD96) is unknown color: approx Green Mist. HEX triplet: CB, CD and 96. RGB value is (203,205,150). Sum of RGB (Red+Green+Blue) = 203+205+150=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCD96 is #343269. Grayscale: #C6C6C6. Windows color (decimal): -3420778 or 9883083. OLE color: 9883083.

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

Color convert

RGB203205150-
CMYK0.0100.270.20
HSL62.18º35.48%69.61%-
HSV(B)62.18º26.83%80.39%-
XYZ51.9658.5637.42-
YUV198.13100.84131.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=36.38%
G=36.74%
B=26.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032051500.0100.270.2062.1835.4869.61
HexCBCD96101B143e2346
Octal3133152261033247643106
Binary1100101111001101100101101011011101001111101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCD96; }

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

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

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

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

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

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

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

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