Shades of Celery #ABB83A
Tints of Celery #ABB83A
RGB
CMYK
RGB Variations
Color information
#ABB83A (or 0xABB83A) is known color: Celery. HEX triplet: AB, B8 and 3A. RGB value is (171,184,58). Sum of RGB (Red+Green+Blue) = 171+184+58=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB83A is #5447C5. Grayscale: #A6A6A6. Windows color (decimal): -5523398 or 3848363. OLE color: 3848363.
HSL color Cylindrical-coordinate representation of color #ABB83A: hue angle of 66.19º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABB83A is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 58 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.28 |
| HSL | 66.19º | 0.52% | 0.47% | - |
| HSV(B) | 66.19º | 0.68% | 0.72% | - |
| XYZ | 34.7 | 43.24 | 10.52 | - |
| YUV | 165.75 | 67.19 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 58 | 0.07 | 0 | 0.68 | 0.28 | 66.19 | 0.52 | 0.47 |
| Hex | AB | B8 | 3A | 7 | 0 | 44 | 1C | 42 | 34 | 2F |
| Octal | 253 | 270 | 72 | 7 | 0 | 104 | 34 | 102 | 64 | 57 |
| Binary | 10101011 | 10111000 | 111010 | 111 | 0 | 1000100 | 11100 | 1000010 | 110100 | 101111 |
Color Harmonies of #ABB83A
Complementary color
Monochromatic Colors of #ABB83A
Black with #ABB83A
Text Example
Text Example
White with #ABB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB83A; }
p { color: rgb(171,184,58); }
H1.HeaderClassName
{
color: #ABB83A;
}
.AnyTagClassName
{
color: #ABB83A;
}
</style>
background-color css
<style>
a { background-color: #ABB83A; }
a { background-color: rgb(171,184,58); }
div.DivClassName
{
background-color: #ABB83A;
}
.BgClassName
{
background-color: #ABB83A;
}
</style>
border-color css
<style>
span { border-color: #ABB83A; }
span { border-color: rgb(171,184,58); }
td.TdClassName
{
border-color: #ABB83A;
}
.TagClassName
{
border-color: #ABB83A;
}
</style>