#A9BB50

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

Shades of Celery #A9BB50

Tints of Celery #A9BB50

Color information

#A9BB50 (or 0xA9BB50) is unknown color: approx Celery. HEX triplet: A9, BB and 50. RGB value is (169,187,80). Sum of RGB (Red+Green+Blue) = 169+187+80=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BB50 is #5644AF. Grayscale: #A9A9A9. Windows color (decimal): -5653680 or 5290921. OLE color: 5290921.

HSL color Cylindrical-coordinate representation of color #A9BB50: hue angle of 70.09º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9BB50 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB16918780-
CMYK0.1000.570.27
HSL70.09º44.03%52.35%-
HSV(B)70.09º57.22%73.33%-
XYZ35.5844.5514.31-
YUV169.4277.54127.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=38.76%
G=42.89%
B=18.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169187800.1000.570.2770.0944.0352.35
HexA9BB50A0391B462c34
Octal25127312012071331065464
Binary1010100110111011101000010100111001110111000110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BB50; }

 p { color: rgb(169,187,80); }

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

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

 a { background-color: rgb(169,187,80); }

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

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

 span { border-color: rgb(169,187,80); }

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