#CACD95

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

Shades of Green Mist #CACD95

Tints of Green Mist #CACD95

Color information

#CACD95 (or 0xCACD95) is unknown color: approx Green Mist. HEX triplet: CA, CD and 95. RGB value is (202,205,149). Sum of RGB (Red+Green+Blue) = 202+205+149=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACD95 is #35326A. Grayscale: #C5C5C5. Windows color (decimal): -3486315 or 9817546. OLE color: 9817546.

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

Color convert

RGB202205149-
CMYK0.0100.270.20
HSL63.21º35.9%69.41%-
HSV(B)63.21º27.32%80.39%-
XYZ51.6158.3936.98-
YUV197.72100.51131.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=36.33%
G=36.87%
B=26.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051490.0100.270.2063.2135.969.41
HexCACD95101B143f2445
Octal3123152251033247744105
Binary1100101011001101100101011011011101001111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD95; }

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

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

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

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

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

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

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

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