#CAD174

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

Shades of Deco #CAD174

Tints of Deco #CAD174

Color information

#CAD174 (or 0xCAD174) is unknown color: approx Deco. HEX triplet: CA, D1 and 74. RGB value is (202,209,116). Sum of RGB (Red+Green+Blue) = 202+209+116=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD174 is #352E8B. Grayscale: #C4C4C4. Windows color (decimal): -3485324 or 7655882. OLE color: 7655882.

HSL color Cylindrical-coordinate representation of color #CAD174: hue angle of 64.52º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAD174 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB202209116-
CMYK0.0300.440.18
HSL64.52º50.27%63.73%-
HSV(B)64.52º44.5%81.96%-
XYZ50.3159.4225.34-
YUV196.382.68132.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 116 (45.70% from 255) = 22.01%
R=38.33%
G=39.66%
B=22.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091160.0300.440.1864.5250.2763.73
HexCAD174302C12413240
Octal31232116430542210162100
Binary110010101101000111101001101011001001010000011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD174; }

 p { color: rgb(202,209,116); }

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

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

 a { background-color: rgb(202,209,116); }

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

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

 span { border-color: rgb(202,209,116); }

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