#ADB346

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

Shades of Celery #ADB346

Tints of Celery #ADB346

Color information

#ADB346 (or 0xADB346) is unknown color: approx Celery. HEX triplet: AD, B3 and 46. RGB value is (173,179,70). Sum of RGB (Red+Green+Blue) = 173+179+70=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB346 is #524CB9. Grayscale: #A5A5A5. Windows color (decimal): -5393594 or 4633517. OLE color: 4633517.

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

Color convert

RGB17317970-
CMYK0.0300.610.30
HSL63.3º43.78%48.82%-
HSV(B)63.3º60.89%70.2%-
XYZ34.4641.5712-
YUV164.7874.51133.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 70 (27.73% from 255) = 16.59%
R=41.00%
G=42.42%
B=16.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173179700.0300.610.3063.343.7848.82
HexADB346303D1E3f2c31
Octal255263106307536775461
Binary1010110110110011100011011011110111110111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB346; }

 p { color: rgb(173,179,70); }

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

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

 a { background-color: rgb(173,179,70); }

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

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

 span { border-color: rgb(173,179,70); }

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