#CAD291

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

Shades of Deco #CAD291

Tints of Deco #CAD291

Color information

#CAD291 (or 0xCAD291) is unknown color: approx Deco. HEX triplet: CA, D2 and 91. RGB value is (202,210,145). Sum of RGB (Red+Green+Blue) = 202+210+145=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD291 is #352D6E. Grayscale: #C8C8C8. Windows color (decimal): -3485039 or 9556682. OLE color: 9556682.

HSL color Cylindrical-coordinate representation of color #CAD291: hue angle of 67.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAD291 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB202210145-
CMYK0.0400.310.18
HSL67.38º41.94%69.61%-
HSV(B)67.38º30.95%82.35%-
XYZ52.5160.6935.74-
YUV200.296.85129.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 145 (57.03% from 255) = 26.03%
R=36.27%
G=37.70%
B=26.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022101450.0400.310.1867.3841.9469.61
HexCAD291401F12432a46
Octal31232222140372210352106
Binary1100101011010010100100011000111111001010000111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD291; }

 p { color: rgb(202,210,145); }

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

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

 a { background-color: rgb(202,210,145); }

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

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

 span { border-color: rgb(202,210,145); }

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