Shades of Celery #AABA3D
Tints of Celery #AABA3D
RGB
CMYK
RGB Variations
Color information
#AABA3D (or 0xAABA3D) is known color: Celery. HEX triplet: AA, BA and 3D. RGB value is (170,186,61). Sum of RGB (Red+Green+Blue) = 170+186+61=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA3D is #5545C2. Grayscale: #A7A7A7. Windows color (decimal): -5588419 or 4045482. OLE color: 4045482.
HSL color Cylindrical-coordinate representation of color #AABA3D: hue angle of 67.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AABA3D is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 61 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.27 |
| HSL | 67.68º | 0.51% | 0.48% | - |
| HSV(B) | 67.68º | 0.67% | 0.73% | - |
| XYZ | 34.98 | 44 | 11.06 | - |
| YUV | 166.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 61 | 0.09 | 0 | 0.67 | 0.27 | 67.68 | 0.51 | 0.48 |
| Hex | AA | BA | 3D | 9 | 0 | 43 | 1B | 44 | 33 | 30 |
| Octal | 252 | 272 | 75 | 11 | 0 | 103 | 33 | 104 | 63 | 60 |
| Binary | 10101010 | 10111010 | 111101 | 1001 | 0 | 1000011 | 11011 | 1000100 | 110011 | 110000 |
Color Harmonies of #AABA3D
Complementary color
Monochromatic Colors of #AABA3D
Black with #AABA3D
Text Example
Text Example
White with #AABA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA3D; }
p { color: rgb(170,186,61); }
H1.HeaderClassName
{
color: #AABA3D;
}
.AnyTagClassName
{
color: #AABA3D;
}
</style>
background-color css
<style>
a { background-color: #AABA3D; }
a { background-color: rgb(170,186,61); }
div.DivClassName
{
background-color: #AABA3D;
}
.BgClassName
{
background-color: #AABA3D;
}
</style>
border-color css
<style>
span { border-color: #AABA3D; }
span { border-color: rgb(170,186,61); }
td.TdClassName
{
border-color: #AABA3D;
}
.TagClassName
{
border-color: #AABA3D;
}
</style>