#CCCB99

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

Shades of Green Mist #CCCB99

Tints of Green Mist #CCCB99

Color information

#CCCB99 (or 0xCCCB99) is unknown color: approx Green Mist. HEX triplet: CC, CB and 99. RGB value is (204,203,153). Sum of RGB (Red+Green+Blue) = 204+203+153=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB99 is #333466. Grayscale: #C5C5C5. Windows color (decimal): -3355751 or 10079180. OLE color: 10079180.

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

Color convert

RGB204203153-
CMYK00.000.250.2
HSL58.82º33.33%70%-
HSV(B)58.82º25%80%-
XYZ52.0157.8538.56-
YUV197.6102.83132.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 153 (60.16% from 255) = 27.32%
R=36.43%
G=36.25%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420315300.000.250.258.8233.3370
HexCCCB990019143b2146
Octal3143132310031247341106
Binary1100110011001011100110010011001101001110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB99; }

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

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

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

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

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

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

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

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