Shades of Celery #AAB14B
Tints of Celery #AAB14B
RGB
CMYK
RGB Variations
Color information
#AAB14B (or 0xAAB14B) is known color: Celery. HEX triplet: AA, B1 and 4B. RGB value is (170,177,75). Sum of RGB (Red+Green+Blue) = 170+177+75=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB14B is #554EB4. Grayscale: #A3A3A3. Windows color (decimal): -5590709 or 4960682. OLE color: 4960682.
HSL color Cylindrical-coordinate representation of color #AAB14B: hue angle of 64.12º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAB14B is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 75 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.31 |
| HSL | 64.12º | 0.4% | 0.49% | - |
| HSV(B) | 64.12º | 0.58% | 0.69% | - |
| XYZ | 33.57 | 40.5 | 12.7 | - |
| YUV | 163.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 75 | 0.04 | 0 | 0.58 | 0.31 | 64.12 | 0.4 | 0.49 |
| Hex | AA | B1 | 4B | 4 | 0 | 3A | 1F | 40 | 28 | 31 |
| Octal | 252 | 261 | 113 | 4 | 0 | 72 | 37 | 100 | 50 | 61 |
| Binary | 10101010 | 10110001 | 1001011 | 100 | 0 | 111010 | 11111 | 1000000 | 101000 | 110001 |
Color Harmonies of #AAB14B
Complementary color
Monochromatic Colors of #AAB14B
Black with #AAB14B
Text Example
Text Example
White with #AAB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB14B; }
p { color: rgb(170,177,75); }
H1.HeaderClassName
{
color: #AAB14B;
}
.AnyTagClassName
{
color: #AAB14B;
}
</style>
background-color css
<style>
a { background-color: #AAB14B; }
a { background-color: rgb(170,177,75); }
div.DivClassName
{
background-color: #AAB14B;
}
.BgClassName
{
background-color: #AAB14B;
}
</style>
border-color css
<style>
span { border-color: #AAB14B; }
span { border-color: rgb(170,177,75); }
td.TdClassName
{
border-color: #AAB14B;
}
.TagClassName
{
border-color: #AAB14B;
}
</style>