#CAD588

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

Shades of Deco #CAD588

Tints of Deco #CAD588

Color information

#CAD588 (or 0xCAD588) is unknown color: approx Deco. HEX triplet: CA, D5 and 88. RGB value is (202,213,136). Sum of RGB (Red+Green+Blue) = 202+213+136=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD588 is #352A77. Grayscale: #C9C9C9. Windows color (decimal): -3484280 or 8967626. OLE color: 8967626.

HSL color Cylindrical-coordinate representation of color #CAD588: hue angle of 68.57º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAD588 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB202213136-
CMYK0.0500.360.16
HSL68.57º47.83%68.43%-
HSV(B)68.57º36.15%83.53%-
XYZ52.661.9232.47-
YUV200.9391.36128.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 136 (53.52% from 255) = 24.68%
R=36.66%
G=38.66%
B=24.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131360.0500.360.1668.5747.8368.43
HexCAD588502410453044
Octal31232521050442010560104
Binary11001010110101011000100010101001001000010001011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD588; }

 p { color: rgb(202,213,136); }

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

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

 a { background-color: rgb(202,213,136); }

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

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

 span { border-color: rgb(202,213,136); }

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