#ADBA40

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

Shades of Celery #ADBA40

Tints of Celery #ADBA40

Color information

#ADBA40 (or 0xADBA40) is unknown color: approx Celery. HEX triplet: AD, BA and 40. RGB value is (173,186,64). Sum of RGB (Red+Green+Blue) = 173+186+64=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA40 is #5245BF. Grayscale: #A8A8A8. Windows color (decimal): -5391808 or 4242093. OLE color: 4242093.

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

Color convert

RGB17318664-
CMYK0.0700.660.27
HSL66.39º48.8%49.02%-
HSV(B)66.39º65.59%72.94%-
XYZ35.7244.3711.53-
YUV168.269.19131.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 64 (25.39% from 255) = 15.13%
R=40.90%
G=43.97%
B=15.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173186640.0700.660.2766.3948.849.02
HexADBA4070421B423131
Octal25527210070102331026161
Binary1010110110111010100000011101000010110111000010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA40; }

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

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

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

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

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

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

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

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