#ADB645

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

Shades of Celery #ADB645

Tints of Celery #ADB645

Color information

#ADB645 (or 0xADB645) is unknown color: approx Celery. HEX triplet: AD, B6 and 45. RGB value is (173,182,69). Sum of RGB (Red+Green+Blue) = 173+182+69=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB645 is #5249BA. Grayscale: #A6A6A6. Windows color (decimal): -5392827 or 4568749. OLE color: 4568749.

HSL color Cylindrical-coordinate representation of color #ADB645: hue angle of 64.78º 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 #ADB645 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB17318269-
CMYK0.0500.620.29
HSL64.78º45.02%49.22%-
HSV(B)64.78º62.09%71.37%-
XYZ35.0442.7712.04-
YUV166.4373.02132.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 69 (27.34% from 255) = 16.27%
R=40.80%
G=42.92%
B=16.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182690.0500.620.2964.7845.0249.22
HexADB645503E1D412d31
Octal2552661055076351015561
Binary101011011011011010001011010111110111011000001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB645; }

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

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

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

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

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

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

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

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