#ADB545

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

Shades of Celery #ADB545

Tints of Celery #ADB545

Color information

#ADB545 (or 0xADB545) is unknown color: approx Celery. HEX triplet: AD, B5 and 45. RGB value is (173,181,69). Sum of RGB (Red+Green+Blue) = 173+181+69=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB545 is #524ABA. Grayscale: #A6A6A6. Windows color (decimal): -5393083 or 4568493. OLE color: 4568493.

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

Color convert

RGB17318169-
CMYK0.0400.620.29
HSL64.29º44.8%49.02%-
HSV(B)64.29º61.88%70.98%-
XYZ34.8342.3611.97-
YUV165.8473.35133.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 69 (27.34% from 255) = 16.31%
R=40.90%
G=42.79%
B=16.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173181690.0400.620.2964.2944.849.02
HexADB545403E1D402d31
Octal2552651054076351005561
Binary101011011011010110001011000111110111011000000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB545; }

 p { color: rgb(173,181,69); }

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

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

 a { background-color: rgb(173,181,69); }

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

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

 span { border-color: rgb(173,181,69); }

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