Shades of Celery #ABB33A
Tints of Celery #ABB33A
RGB
CMYK
RGB Variations
Color information
#ABB33A (or 0xABB33A) is known color: Celery. HEX triplet: AB, B3 and 3A. RGB value is (171,179,58). Sum of RGB (Red+Green+Blue) = 171+179+58=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB33A is #544CC5. Grayscale: #A3A3A3. Windows color (decimal): -5524678 or 3847083. OLE color: 3847083.
HSL color Cylindrical-coordinate representation of color #ABB33A: hue angle of 63.97º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABB33A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 58 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.30 |
| HSL | 63.97º | 0.51% | 0.46% | - |
| HSV(B) | 63.97º | 0.68% | 0.7% | - |
| XYZ | 33.68 | 41.2 | 10.18 | - |
| YUV | 162.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 58 | 0.04 | 0 | 0.68 | 0.30 | 63.97 | 0.51 | 0.46 |
| Hex | AB | B3 | 3A | 4 | 0 | 44 | 1E | 40 | 33 | 2E |
| Octal | 253 | 263 | 72 | 4 | 0 | 104 | 36 | 100 | 63 | 56 |
| Binary | 10101011 | 10110011 | 111010 | 100 | 0 | 1000100 | 11110 | 1000000 | 110011 | 101110 |
Color Harmonies of #ABB33A
Complementary color
Monochromatic Colors of #ABB33A
Black with #ABB33A
Text Example
Text Example
White with #ABB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB33A; }
p { color: rgb(171,179,58); }
H1.HeaderClassName
{
color: #ABB33A;
}
.AnyTagClassName
{
color: #ABB33A;
}
</style>
background-color css
<style>
a { background-color: #ABB33A; }
a { background-color: rgb(171,179,58); }
div.DivClassName
{
background-color: #ABB33A;
}
.BgClassName
{
background-color: #ABB33A;
}
</style>
border-color css
<style>
span { border-color: #ABB33A; }
span { border-color: rgb(171,179,58); }
td.TdClassName
{
border-color: #ABB33A;
}
.TagClassName
{
border-color: #ABB33A;
}
</style>