Shades of Celery #A2B13C
Tints of Celery #A2B13C
RGB
CMYK
RGB Variations
Color information
#A2B13C (or 0xA2B13C) is known color: Celery. HEX triplet: A2, B1 and 3C. RGB value is (162,177,60). Sum of RGB (Red+Green+Blue) = 162+177+60=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B13C is #5D4EC3. Grayscale: #9F9F9F. Windows color (decimal): -6115012 or 3977634. OLE color: 3977634.
HSL color Cylindrical-coordinate representation of color #A2B13C: hue angle of 67.69º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2B13C is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 60 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.31 |
| HSL | 67.69º | 0.49% | 0.46% | - |
| HSV(B) | 67.69º | 0.66% | 0.69% | - |
| XYZ | 31.44 | 39.45 | 10.23 | - |
| YUV | 159.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 60 | 0.08 | 0 | 0.66 | 0.31 | 67.69 | 0.49 | 0.46 |
| Hex | A2 | B1 | 3C | 8 | 0 | 42 | 1F | 44 | 31 | 2E |
| Octal | 242 | 261 | 74 | 10 | 0 | 102 | 37 | 104 | 61 | 56 |
| Binary | 10100010 | 10110001 | 111100 | 1000 | 0 | 1000010 | 11111 | 1000100 | 110001 | 101110 |
Color Harmonies of #A2B13C
Complementary color
Monochromatic Colors of #A2B13C
Black with #A2B13C
Text Example
Text Example
White with #A2B13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B13C; }
p { color: rgb(162,177,60); }
H1.HeaderClassName
{
color: #A2B13C;
}
.AnyTagClassName
{
color: #A2B13C;
}
</style>
background-color css
<style>
a { background-color: #A2B13C; }
a { background-color: rgb(162,177,60); }
div.DivClassName
{
background-color: #A2B13C;
}
.BgClassName
{
background-color: #A2B13C;
}
</style>
border-color css
<style>
span { border-color: #A2B13C; }
span { border-color: rgb(162,177,60); }
td.TdClassName
{
border-color: #A2B13C;
}
.TagClassName
{
border-color: #A2B13C;
}
</style>