#CAD193

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

Shades of Deco #CAD193

Tints of Deco #CAD193

Color information

#CAD193 (or 0xCAD193) is unknown color: approx Deco. HEX triplet: CA, D1 and 93. RGB value is (202,209,147). Sum of RGB (Red+Green+Blue) = 202+209+147=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD193 is #352E6C. Grayscale: #C8C8C8. Windows color (decimal): -3485293 or 9687498. OLE color: 9687498.

HSL color Cylindrical-coordinate representation of color #CAD193: hue angle of 66.77º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAD193 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB202209147-
CMYK0.0300.300.18
HSL66.77º40.26%69.8%-
HSV(B)66.77º29.67%81.96%-
XYZ52.4260.2636.47-
YUV199.8498.18129.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=36.20%
G=37.46%
B=26.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091470.0300.300.1866.7740.2669.8
HexCAD193301E12432846
Octal31232122330362210350106
Binary110010101101000110010011110111101001010000111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD193; }

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

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

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

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

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

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

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

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