#ADCA55

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

Shades of Celery #ADCA55

Tints of Celery #ADCA55

Color information

#ADCA55 (or 0xADCA55) is unknown color: approx Celery. HEX triplet: AD, CA and 55. RGB value is (173,202,85). Sum of RGB (Red+Green+Blue) = 173+202+85=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA55 is #5235AA. Grayscale: #B4B4B4. Windows color (decimal): -5387691 or 5622445. OLE color: 5622445.

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

Color convert

RGB17320285-
CMYK0.1400.580.21
HSL74.87º52.47%56.27%-
HSV(B)74.87º57.92%79.22%-
XYZ39.9951.7816.48-
YUV179.9974.39123.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 85 (33.59% from 255) = 18.48%
R=37.61%
G=43.91%
B=18.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173202850.1400.580.2174.8752.4756.27
HexADCA55E03A154b3438
Octal25531212516072251136470
Binary1010110111001010101010111100111010101011001011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA55; }

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

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

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

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

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

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

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

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