#ADBA4A

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

Shades of Celery #ADBA4A

Tints of Celery #ADBA4A

Color information

#ADBA4A (or 0xADBA4A) is unknown color: approx Celery. HEX triplet: AD, BA and 4A. RGB value is (173,186,74). Sum of RGB (Red+Green+Blue) = 173+186+74=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA4A is #5245B5. Grayscale: #A9A9A9. Windows color (decimal): -5391798 or 4897453. OLE color: 4897453.

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

Color convert

RGB17318674-
CMYK0.0700.600.27
HSL66.96º44.8%50.98%-
HSV(B)66.96º60.22%72.94%-
XYZ36.0344.513.17-
YUV169.3474.19130.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 74 (29.30% from 255) = 17.09%
R=39.95%
G=42.96%
B=17.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173186740.0700.600.2766.9644.850.98
HexADBA4A703C1B432d33
Octal2552721127074331035563
Binary101011011011101010010101110111100110111000011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA4A; }

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

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

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

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

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

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

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

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