#CCCD94

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

Shades of Green Mist #CCCD94

Tints of Green Mist #CCCD94

Color information

#CCCD94 (or 0xCCCD94) is unknown color: approx Green Mist. HEX triplet: CC, CD and 94. RGB value is (204,205,148). Sum of RGB (Red+Green+Blue) = 204+205+148=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD94 is #33326B. Grayscale: #C6C6C6. Windows color (decimal): -3355244 or 9752012. OLE color: 9752012.

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

Color convert

RGB204205148-
CMYK0.0000.280.20
HSL61.05º36.31%69.22%-
HSV(B)61.05º27.8%80.39%-
XYZ52.0858.6436.59-
YUV198.299.67132.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=36.62%
G=36.80%
B=26.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051480.0000.280.2061.0536.3169.22
HexCCCD94001C143d2445
Octal3143152240034247544105
Binary1100110011001101100101000011100101001111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD94; }

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

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

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

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

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

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

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

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