Shades of Celery #AABA38
Tints of Celery #AABA38
RGB
CMYK
RGB Variations
Color information
#AABA38 (or 0xAABA38) is known color: Celery. HEX triplet: AA, BA and 38. RGB value is (170,186,56). Sum of RGB (Red+Green+Blue) = 170+186+56=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA38 is #5545C7. Grayscale: #A6A6A6. Windows color (decimal): -5588424 or 3717802. OLE color: 3717802.
HSL color Cylindrical-coordinate representation of color #AABA38: hue angle of 67.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AABA38 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 56 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.27 |
| HSL | 67.38º | 0.54% | 0.47% | - |
| HSV(B) | 67.38º | 0.7% | 0.73% | - |
| XYZ | 34.85 | 43.95 | 10.39 | - |
| YUV | 166.4 | 65.7 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 56 | 0.09 | 0 | 0.70 | 0.27 | 67.38 | 0.54 | 0.47 |
| Hex | AA | BA | 38 | 9 | 0 | 46 | 1B | 43 | 36 | 2F |
| Octal | 252 | 272 | 70 | 11 | 0 | 106 | 33 | 103 | 66 | 57 |
| Binary | 10101010 | 10111010 | 111000 | 1001 | 0 | 1000110 | 11011 | 1000011 | 110110 | 101111 |
Color Harmonies of #AABA38
Complementary color
Monochromatic Colors of #AABA38
Black with #AABA38
Text Example
Text Example
White with #AABA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA38; }
p { color: rgb(170,186,56); }
H1.HeaderClassName
{
color: #AABA38;
}
.AnyTagClassName
{
color: #AABA38;
}
</style>
background-color css
<style>
a { background-color: #AABA38; }
a { background-color: rgb(170,186,56); }
div.DivClassName
{
background-color: #AABA38;
}
.BgClassName
{
background-color: #AABA38;
}
</style>
border-color css
<style>
span { border-color: #AABA38; }
span { border-color: rgb(170,186,56); }
td.TdClassName
{
border-color: #AABA38;
}
.TagClassName
{
border-color: #AABA38;
}
</style>