#A2BF5B

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

Shades of Celery #A2BF5B

Tints of Celery #A2BF5B

Color information

#A2BF5B (or 0xA2BF5B) is unknown color: approx Celery. HEX triplet: A2, BF and 5B. RGB value is (162,191,91). Sum of RGB (Red+Green+Blue) = 162+191+91=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF5B is #5D40A4. Grayscale: #ABABAB. Windows color (decimal): -6111397 or 6012834. OLE color: 6012834.

HSL color Cylindrical-coordinate representation of color #A2BF5B: hue angle of 77.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2BF5B is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB16219191-
CMYK0.1500.520.25
HSL77.4º43.86%55.29%-
HSV(B)77.4º52.36%74.9%-
XYZ35.4245.716.85-
YUV170.9382.89121.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 91 (35.94% from 255) = 20.50%
R=36.49%
G=43.02%
B=20.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162191910.1500.520.2577.443.8655.29
HexA2BF5BF034194d2c37
Octal24227713317064311155467
Binary1010001010111111101101111110110100110011001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BF5B; }

 p { color: rgb(162,191,91); }

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

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

 a { background-color: rgb(162,191,91); }

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

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

 span { border-color: rgb(162,191,91); }

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