#ADCA52

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

Shades of Celery #ADCA52

Tints of Celery #ADCA52

Color information

#ADCA52 (or 0xADCA52) is unknown color: approx Celery. HEX triplet: AD, CA and 52. RGB value is (173,202,82). Sum of RGB (Red+Green+Blue) = 173+202+82=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA52 is #5235AD. Grayscale: #B4B4B4. Windows color (decimal): -5387694 or 5425837. OLE color: 5425837.

HSL color Cylindrical-coordinate representation of color #ADCA52: hue angle of 74.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADCA52 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB17320282-
CMYK0.1400.590.21
HSL74.5º53.1%55.69%-
HSV(B)74.5º59.41%79.22%-
XYZ39.8851.7315.87-
YUV179.6572.89123.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 82 (32.42% from 255) = 17.94%
R=37.86%
G=44.20%
B=17.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173202820.1400.590.2174.553.155.69
HexADCA52E03B154a3538
Octal25531212216073251126570
Binary1010110111001010101001011100111011101011001010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA52; }

 p { color: rgb(173,202,82); }

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

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

 a { background-color: rgb(173,202,82); }

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

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

 span { border-color: rgb(173,202,82); }

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