#CDCC95

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

Shades of Green Mist #CDCC95

Tints of Green Mist #CDCC95

Color information

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

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

Color convert

RGB205204149-
CMYK00.000.270.20
HSL58.93º35.9%69.41%-
HSV(B)58.93º27.32%80.39%-
XYZ52.1958.3336.94-
YUV198.03100.33132.97-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520414900.000.270.2058.9335.969.41
HexCDCC95001B143b2445
Octal3153142250033247344105
Binary1100110111001100100101010011011101001110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC95; }

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

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

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

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

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

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

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

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