#CAD98A

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

Shades of Deco #CAD98A

Tints of Deco #CAD98A

Color information

#CAD98A (or 0xCAD98A) is unknown color: approx Deco. HEX triplet: CA, D9 and 8A. RGB value is (202,217,138). Sum of RGB (Red+Green+Blue) = 202+217+138=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD98A is #352675. Grayscale: #CBCBCB. Windows color (decimal): -3483254 or 9099722. OLE color: 9099722.

HSL color Cylindrical-coordinate representation of color #CAD98A: hue angle of 71.39º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAD98A is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB202217138-
CMYK0.0700.360.15
HSL71.39º50.97%69.61%-
HSV(B)71.39º36.41%85.1%-
XYZ53.7664.0233.57-
YUV203.5191.03126.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 138 (54.30% from 255) = 24.78%
R=36.27%
G=38.96%
B=24.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171380.0700.360.1571.3950.9769.61
HexCAD98A7024F473346
Octal31233121270441710763106
Binary1100101011011001100010101110100100111110001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD98A; }

 p { color: rgb(202,217,138); }

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

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

 a { background-color: rgb(202,217,138); }

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

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

 span { border-color: rgb(202,217,138); }

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