Shades of Celery #AAB241
Tints of Celery #AAB241
RGB
CMYK
RGB Variations
Color information
#AAB241 (or 0xAAB241) is known color: Celery. HEX triplet: AA, B2 and 41. RGB value is (170,178,65). Sum of RGB (Red+Green+Blue) = 170+178+65=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB241 is #554DBE. Grayscale: #A3A3A3. Windows color (decimal): -5590463 or 4305578. OLE color: 4305578.
HSL color Cylindrical-coordinate representation of color #AAB241: hue angle of 64.25º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAB241 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 65 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.30 |
| HSL | 64.25º | 0.47% | 0.48% | - |
| HSV(B) | 64.25º | 0.63% | 0.7% | - |
| XYZ | 33.45 | 40.77 | 11.11 | - |
| YUV | 162.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 65 | 0.04 | 0 | 0.63 | 0.30 | 64.25 | 0.47 | 0.48 |
| Hex | AA | B2 | 41 | 4 | 0 | 3F | 1E | 40 | 2F | 30 |
| Octal | 252 | 262 | 101 | 4 | 0 | 77 | 36 | 100 | 57 | 60 |
| Binary | 10101010 | 10110010 | 1000001 | 100 | 0 | 111111 | 11110 | 1000000 | 101111 | 110000 |
Color Harmonies of #AAB241
Complementary color
Monochromatic Colors of #AAB241
Black with #AAB241
Text Example
Text Example
White with #AAB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB241; }
p { color: rgb(170,178,65); }
H1.HeaderClassName
{
color: #AAB241;
}
.AnyTagClassName
{
color: #AAB241;
}
</style>
background-color css
<style>
a { background-color: #AAB241; }
a { background-color: rgb(170,178,65); }
div.DivClassName
{
background-color: #AAB241;
}
.BgClassName
{
background-color: #AAB241;
}
</style>
border-color css
<style>
span { border-color: #AAB241; }
span { border-color: rgb(170,178,65); }
td.TdClassName
{
border-color: #AAB241;
}
.TagClassName
{
border-color: #AAB241;
}
</style>