#ADB749

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

Shades of Celery #ADB749

Tints of Celery #ADB749

Color information

#ADB749 (or 0xADB749) is unknown color: approx Celery. HEX triplet: AD, B7 and 49. RGB value is (173,183,73). Sum of RGB (Red+Green+Blue) = 173+183+73=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB749 is #5248B6. Grayscale: #A7A7A7. Windows color (decimal): -5392567 or 4831149. OLE color: 4831149.

HSL color Cylindrical-coordinate representation of color #ADB749: hue angle of 65.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADB749 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB17318373-
CMYK0.0500.600.28
HSL65.45º43.31%50.2%-
HSV(B)65.45º60.11%71.76%-
XYZ35.3743.2312.78-
YUV167.4774.69131.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=40.33%
G=42.66%
B=17.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173183730.0500.600.2865.4543.3150.2
HexADB749503C1C412b32
Octal2552671115074341015362
Binary101011011011011110010011010111100111001000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB749; }

 p { color: rgb(173,183,73); }

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

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

 a { background-color: rgb(173,183,73); }

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

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

 span { border-color: rgb(173,183,73); }

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