#A9BA49

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

Shades of Celery #A9BA49

Tints of Celery #A9BA49

Color information

#A9BA49 (or 0xA9BA49) is unknown color: approx Celery. HEX triplet: A9, BA and 49. RGB value is (169,186,73). Sum of RGB (Red+Green+Blue) = 169+186+73=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BA49 is #5645B6. Grayscale: #A8A8A8. Windows color (decimal): -5653943 or 4831913. OLE color: 4831913.

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

Color convert

RGB16918673-
CMYK0.0900.610.27
HSL69.03º45.02%50.78%-
HSV(B)69.03º60.75%72.94%-
XYZ35.1244.0312.95-
YUV168.0474.37128.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 73 (28.91% from 255) = 17.06%
R=39.49%
G=43.46%
B=17.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169186730.0900.610.2769.0345.0250.78
HexA9BA49903D1B452d33
Octal25127211111075331055563
Binary1010100110111010100100110010111101110111000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA49; }

 p { color: rgb(169,186,73); }

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

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

 a { background-color: rgb(169,186,73); }

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

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

 span { border-color: rgb(169,186,73); }

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