#A9B85A

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

Shades of Celery #A9B85A

Tints of Celery #A9B85A

Color information

#A9B85A (or 0xA9B85A) is unknown color: approx Celery. HEX triplet: A9, B8 and 5A. RGB value is (169,184,90). Sum of RGB (Red+Green+Blue) = 169+184+90=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B85A is #5647A5. Grayscale: #A9A9A9. Windows color (decimal): -5654438 or 5945513. OLE color: 5945513.

HSL color Cylindrical-coordinate representation of color #A9B85A: hue angle of 69.57º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9B85A is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB16918490-
CMYK0.0800.510.28
HSL69.57º39.83%53.73%-
HSV(B)69.57º51.09%72.16%-
XYZ35.3543.4516.2-
YUV168.883.53128.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 184 (72.27% from 255) = 41.53%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=38.15%
G=41.53%
B=20.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169184900.0800.510.2869.5739.8353.73
HexA9B85A80331C462836
Octal25127013210063341065066
Binary1010100110111000101101010000110011111001000110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B85A; }

 p { color: rgb(169,184,90); }

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

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

 a { background-color: rgb(169,184,90); }

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

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

 span { border-color: rgb(169,184,90); }

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