#ADB745

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

Shades of Celery #ADB745

Tints of Celery #ADB745

Color information

#ADB745 (or 0xADB745) is unknown color: approx Celery. HEX triplet: AD, B7 and 45. RGB value is (173,183,69). Sum of RGB (Red+Green+Blue) = 173+183+69=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB745 is #5248BA. Grayscale: #A7A7A7. Windows color (decimal): -5392571 or 4569005. OLE color: 4569005.

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

Color convert

RGB17318369-
CMYK0.0500.620.28
HSL65.26º45.24%49.41%-
HSV(B)65.26º62.3%71.76%-
XYZ35.2443.1812.11-
YUV167.0172.69132.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 69 (27.34% from 255) = 16.24%
R=40.71%
G=43.06%
B=16.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173183690.0500.620.2865.2645.2449.41
HexADB745503E1C412d31
Octal2552671055076341015561
Binary101011011011011110001011010111110111001000001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB745; }

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

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

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

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

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

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

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

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