#ADB848

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

Shades of Celery #ADB848

Tints of Celery #ADB848

Color information

#ADB848 (or 0xADB848) is unknown color: approx Celery. HEX triplet: AD, B8 and 48. RGB value is (173,184,72). Sum of RGB (Red+Green+Blue) = 173+184+72=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB848 is #5247B7. Grayscale: #A8A8A8. Windows color (decimal): -5392312 or 4765869. OLE color: 4765869.

HSL color Cylindrical-coordinate representation of color #ADB848: hue angle of 65.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADB848 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB17318472-
CMYK0.0600.610.28
HSL65.89º44.09%50.2%-
HSV(B)65.89º60.87%72.16%-
XYZ35.5443.6312.68-
YUV167.9473.86131.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 184 (72.27% from 255) = 42.89%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=40.33%
G=42.89%
B=16.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173184720.0600.610.2865.8944.0950.2
HexADB848603D1C422c32
Octal2552701106075341025462
Binary101011011011100010010001100111101111001000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB848; }

 p { color: rgb(173,184,72); }

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

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

 a { background-color: rgb(173,184,72); }

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

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

 span { border-color: rgb(173,184,72); }

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