#CAD88A

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

Shades of Deco #CAD88A

Tints of Deco #CAD88A

Color information

#CAD88A (or 0xCAD88A) is unknown color: approx Deco. HEX triplet: CA, D8 and 8A. RGB value is (202,216,138). Sum of RGB (Red+Green+Blue) = 202+216+138=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD88A is #352775. Grayscale: #CBCBCB. Windows color (decimal): -3483510 or 9099466. OLE color: 9099466.

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

Color convert

RGB202216138-
CMYK0.0600.360.15
HSL70.77º50%69.41%-
HSV(B)70.77º36.11%84.71%-
XYZ53.563.533.48-
YUV202.9291.36127.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 216 (84.77% from 255) = 38.85%
BLUE value IS 138 (54.30% from 255) = 24.82%
R=36.33%
G=38.85%
B=24.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022161380.0600.360.1570.775069.41
HexCAD88A6024F473245
Octal31233021260441710762105
Binary1100101011011000100010101100100100111110001111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD88A; }

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

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

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

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

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

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

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

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