#CBCC96

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

Shades of Green Mist #CBCC96

Tints of Green Mist #CBCC96

Color information

#CBCC96 (or 0xCBCC96) is unknown color: approx Green Mist. HEX triplet: CB, CC and 96. RGB value is (203,204,150). Sum of RGB (Red+Green+Blue) = 203+204+150=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCC96 is #343369. Grayscale: #C5C5C5. Windows color (decimal): -3421034 or 9882827. OLE color: 9882827.

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

Color convert

RGB203204150-
CMYK0.0000.260.2
HSL61.11º34.62%69.41%-
HSV(B)61.11º26.47%80%-
XYZ51.7358.0837.34-
YUV197.54101.17131.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=36.45%
G=36.62%
B=26.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041500.0000.260.261.1134.6269.41
HexCBCC96001A143d2345
Octal3133142260032247543105
Binary1100101111001100100101100011010101001111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC96; }

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

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

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

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

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

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

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

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