#CACD98

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

Shades of Green Mist #CACD98

Tints of Green Mist #CACD98

Color information

#CACD98 (or 0xCACD98) is unknown color: approx Green Mist. HEX triplet: CA, CD and 98. RGB value is (202,205,152). Sum of RGB (Red+Green+Blue) = 202+205+152=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACD98 is #353267. Grayscale: #C6C6C6. Windows color (decimal): -3486312 or 10014154. OLE color: 10014154.

HSL color Cylindrical-coordinate representation of color #CACD98: hue angle of 63.4º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CACD98 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB202205152-
CMYK0.0100.260.20
HSL63.4º34.64%70%-
HSV(B)63.4º25.85%80.39%-
XYZ51.8658.4938.26-
YUV198.06102.01130.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 152 (59.77% from 255) = 27.19%
R=36.14%
G=36.67%
B=27.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051520.0100.260.2063.434.6470
HexCACD98101A143f2346
Octal3123152301032247743106
Binary1100101011001101100110001011010101001111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD98; }

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

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

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

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

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

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

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

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