#CCCD95

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

Shades of Green Mist #CCCD95

Tints of Green Mist #CCCD95

Color information

#CCCD95 (or 0xCCCD95) is unknown color: approx Green Mist. HEX triplet: CC, CD and 95. RGB value is (204,205,149). Sum of RGB (Red+Green+Blue) = 204+205+149=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD95 is #33326A. Grayscale: #C6C6C6. Windows color (decimal): -3355243 or 9817548. OLE color: 9817548.

HSL color Cylindrical-coordinate representation of color #CCCD95: hue angle of 61.07º degrees, saturation: 0.36, 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 #CCCD95 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB204205149-
CMYK0.0000.270.20
HSL61.07º35.9%69.41%-
HSV(B)61.07º27.32%80.39%-
XYZ52.1658.6737.01-
YUV198.32100.17132.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 149 (58.59% from 255) = 26.70%
R=36.56%
G=36.74%
B=26.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051490.0000.270.2061.0735.969.41
HexCCCD95001B143d2445
Octal3143152250033247544105
Binary1100110011001101100101010011011101001111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD95; }

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

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

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

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

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

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

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

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