#ADB344

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

Shades of Celery #ADB344

Tints of Celery #ADB344

Color information

#ADB344 (or 0xADB344) is unknown color: approx Celery. HEX triplet: AD, B3 and 44. RGB value is (173,179,68). Sum of RGB (Red+Green+Blue) = 173+179+68=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB344 is #524CBB. Grayscale: #A4A4A4. Windows color (decimal): -5393596 or 4502445. OLE color: 4502445.

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

Color convert

RGB17317968-
CMYK0.0300.620.30
HSL63.24º44.94%48.43%-
HSV(B)63.24º62.01%70.2%-
XYZ34.441.5411.67-
YUV164.5573.51134.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 179 (70.31% from 255) = 42.62%
BLUE value IS 68 (26.95% from 255) = 16.19%
R=41.19%
G=42.62%
B=16.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173179680.0300.620.3063.2444.9448.43
HexADB344303E1E3f2d30
Octal255263104307636775560
Binary1010110110110011100010011011111011110111111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB344; }

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

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

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

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

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

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

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

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