Shades of Celery #A2BF5B
Tints of Celery #A2BF5B
RGB
CMYK
RGB Variations
Color information
#A2BF5B (or 0xA2BF5B) is known color: 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
| RGB | 162 | 191 | 91 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.25 |
| HSL | 77.4º | 0.44% | 0.55% | - |
| HSV(B) | 77.4º | 0.52% | 0.75% | - |
| XYZ | 35.42 | 45.7 | 16.85 | - |
| YUV | 170.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 91 | 0.15 | 0 | 0.52 | 0.25 | 77.4 | 0.44 | 0.55 |
| Hex | A2 | BF | 5B | F | 0 | 34 | 19 | 4D | 2C | 37 |
| Octal | 242 | 277 | 133 | 17 | 0 | 64 | 31 | 115 | 54 | 67 |
| Binary | 10100010 | 10111111 | 1011011 | 1111 | 0 | 110100 | 11001 | 1001101 | 101100 | 110111 |
Color Harmonies of #A2BF5B
Complementary color
Monochromatic Colors of #A2BF5B
Black with #A2BF5B
Text Example
Text Example
White with #A2BF5B
Text Example
Text Example
HTML Codes & Css Web 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>