#CAD688

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

Shades of Deco #CAD688

Tints of Deco #CAD688

Color information

#CAD688 (or 0xCAD688) is unknown color: approx Deco. HEX triplet: CA, D6 and 88. RGB value is (202,214,136). Sum of RGB (Red+Green+Blue) = 202+214+136=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD688 is #352977. Grayscale: #C9C9C9. Windows color (decimal): -3484024 or 8967882. OLE color: 8967882.

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

Color convert

RGB202214136-
CMYK0.0600.360.16
HSL69.23º48.75%68.63%-
HSV(B)69.23º36.45%83.92%-
XYZ52.8562.4332.56-
YUV201.5291.02128.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 136 (53.52% from 255) = 24.64%
R=36.59%
G=38.77%
B=24.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141360.0600.360.1669.2348.7568.63
HexCAD688602410453145
Octal31232621060442010561105
Binary11001010110101101000100011001001001000010001011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD688; }

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

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

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

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

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

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

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

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