#ADB24A

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

Shades of Celery #ADB24A

Tints of Celery #ADB24A

Color information

#ADB24A (or 0xADB24A) is unknown color: approx Celery. HEX triplet: AD, B2 and 4A. RGB value is (173,178,74). Sum of RGB (Red+Green+Blue) = 173+178+74=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB24A is #524DB5. Grayscale: #A5A5A5. Windows color (decimal): -5393846 or 4895405. OLE color: 4895405.

HSL color Cylindrical-coordinate representation of color #ADB24A: hue angle of 62.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADB24A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17317874-
CMYK0.0300.580.30
HSL62.88º41.27%49.41%-
HSV(B)62.88º58.43%69.8%-
XYZ34.3941.2212.62-
YUV164.6576.84133.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=40.71%
G=41.88%
B=17.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173178740.0300.580.3062.8841.2749.41
HexADB24A303A1E3f2931
Octal255262112307236775161
Binary1010110110110010100101011011101011110111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB24A; }

 p { color: rgb(173,178,74); }

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

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

 a { background-color: rgb(173,178,74); }

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

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

 span { border-color: rgb(173,178,74); }

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