#ADBA58

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

Shades of Celery #ADBA58

Tints of Celery #ADBA58

Color information

#ADBA58 (or 0xADBA58) is unknown color: approx Celery. HEX triplet: AD, BA and 58. RGB value is (173,186,88). Sum of RGB (Red+Green+Blue) = 173+186+88=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA58 is #5245A7. Grayscale: #ABABAB. Windows color (decimal): -5391784 or 5814957. OLE color: 5814957.

HSL color Cylindrical-coordinate representation of color #ADBA58: hue angle of 67.96º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADBA58 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB17318688-
CMYK0.0700.530.27
HSL67.96º41.53%53.73%-
HSV(B)67.96º52.69%72.94%-
XYZ36.5544.7115.94-
YUV170.9481.19129.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 88 (34.77% from 255) = 19.69%
R=38.70%
G=41.61%
B=19.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173186880.0700.530.2767.9641.5353.73
HexADBA5870351B442a36
Octal2552721307065331045266
Binary101011011011101010110001110110101110111000100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA58; }

 p { color: rgb(173,186,88); }

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

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

 a { background-color: rgb(173,186,88); }

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

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

 span { border-color: rgb(173,186,88); }

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