#ADB44A

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

Shades of Celery #ADB44A

Tints of Celery #ADB44A

Color information

#ADB44A (or 0xADB44A) is unknown color: approx Celery. HEX triplet: AD, B4 and 4A. RGB value is (173,180,74). Sum of RGB (Red+Green+Blue) = 173+180+74=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB44A is #524BB5. Grayscale: #A6A6A6. Windows color (decimal): -5393334 or 4895917. OLE color: 4895917.

HSL color Cylindrical-coordinate representation of color #ADB44A: hue angle of 63.96º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADB44A is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB17318074-
CMYK0.0400.590.29
HSL63.96º41.73%49.8%-
HSV(B)63.96º58.89%70.59%-
XYZ34.7942.0212.76-
YUV165.8276.18133.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 74 (29.30% from 255) = 17.33%
R=40.52%
G=42.15%
B=17.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173180740.0400.590.2963.9641.7349.8
HexADB44A403B1D402a32
Octal2552641124073351005262
Binary101011011011010010010101000111011111011000000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB44A; }

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

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

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

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

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

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

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

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