#CACC98

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

Shades of Green Mist #CACC98

Tints of Green Mist #CACC98

Color information

#CACC98 (or 0xCACC98) is unknown color: approx Green Mist. HEX triplet: CA, CC and 98. RGB value is (202,204,152). Sum of RGB (Red+Green+Blue) = 202+204+152=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACC98 is #353367. Grayscale: #C5C5C5. Windows color (decimal): -3486568 or 10013898. OLE color: 10013898.

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

Color convert

RGB202204152-
CMYK0.0100.250.2
HSL62.31º33.77%69.8%-
HSV(B)62.31º25.49%80%-
XYZ51.6258.0138.18-
YUV197.47102.34131.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 152 (59.77% from 255) = 27.24%
R=36.20%
G=36.56%
B=27.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041520.0100.250.262.3133.7769.8
HexCACC981019143e2246
Octal3123142301031247642106
Binary1100101011001100100110001011001101001111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACC98; }

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

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

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

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

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

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

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

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