#CCC994

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

Shades of Green Mist #CCC994

Tints of Green Mist #CCC994

Color information

#CCC994 (or 0xCCC994) is unknown color: approx Green Mist. HEX triplet: CC, C9 and 94. RGB value is (204,201,148). Sum of RGB (Red+Green+Blue) = 204+201+148=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC994 is #33366B. Grayscale: #C4C4C4. Windows color (decimal): -3356268 or 9750988. OLE color: 9750988.

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

Color convert

RGB204201148-
CMYK00.010.270.2
HSL56.79º35.44%69.02%-
HSV(B)56.79º27.45%80%-
XYZ51.1356.7536.28-
YUV195.86100.99133.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 201 (78.91% from 255) = 36.35%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=36.89%
G=36.35%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420114800.010.270.256.7935.4469.02
HexCCC994011B14392345
Octal3143112240133247143105
Binary1100110011001001100101000111011101001110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC994; }

 p { color: rgb(204,201,148); }

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

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

 a { background-color: rgb(204,201,148); }

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

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

 span { border-color: rgb(204,201,148); }

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