#CAD592

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

Shades of Deco #CAD592

Tints of Deco #CAD592

Color information

#CAD592 (or 0xCAD592) is unknown color: approx Deco. HEX triplet: CA, D5 and 92. RGB value is (202,213,146). Sum of RGB (Red+Green+Blue) = 202+213+146=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD592 is #352A6D. Grayscale: #CACACA. Windows color (decimal): -3484270 or 9622986. OLE color: 9622986.

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

Color convert

RGB202213146-
CMYK0.0500.310.16
HSL69.85º44.37%70.39%-
HSV(B)69.85º31.46%83.53%-
XYZ53.3462.2236.39-
YUV202.0796.36127.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 213 (83.59% from 255) = 37.97%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=36.01%
G=37.97%
B=26.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131460.0500.310.1669.8544.3770.39
HexCAD592501F10462c46
Octal31232522250372010654106
Binary1100101011010101100100101010111111000010001101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD592; }

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

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

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

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

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

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

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

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