#CACD93

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

Shades of Green Mist #CACD93

Tints of Green Mist #CACD93

Color information

#CACD93 (or 0xCACD93) is unknown color: approx Green Mist. HEX triplet: CA, CD and 93. RGB value is (202,205,147). Sum of RGB (Red+Green+Blue) = 202+205+147=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACD93 is #35326C. Grayscale: #C5C5C5. Windows color (decimal): -3486317 or 9686474. OLE color: 9686474.

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

Color convert

RGB202205147-
CMYK0.0100.280.20
HSL63.1º36.71%69.02%-
HSV(B)63.1º28.29%80.39%-
XYZ51.4558.3336.15-
YUV197.4999.51131.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 147 (57.81% from 255) = 26.53%
R=36.46%
G=37.00%
B=26.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051470.0100.280.2063.136.7169.02
HexCACD93101C143f2545
Octal3123152231034247745105
Binary1100101011001101100100111011100101001111111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD93; }

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

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

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

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

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

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

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

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