Shades of Celery #A8B440
Tints of Celery #A8B440
RGB
CMYK
RGB Variations
Color information
#A8B440 (or 0xA8B440) is known color: Celery. HEX triplet: A8, B4 and 40. RGB value is (168,180,64). Sum of RGB (Red+Green+Blue) = 168+180+64=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B440 is #574BBF. Grayscale: #A3A3A3. Windows color (decimal): -5721024 or 4240552. OLE color: 4240552.
HSL color Cylindrical-coordinate representation of color #A8B440: hue angle of 66.21º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8B440 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 64 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.29 |
| HSL | 66.21º | 0.48% | 0.48% | - |
| HSV(B) | 66.21º | 0.64% | 0.71% | - |
| XYZ | 33.4 | 41.34 | 11.07 | - |
| YUV | 163.19 | 72.02 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 64 | 0.07 | 0 | 0.64 | 0.29 | 66.21 | 0.48 | 0.48 |
| Hex | A8 | B4 | 40 | 7 | 0 | 40 | 1D | 42 | 30 | 30 |
| Octal | 250 | 264 | 100 | 7 | 0 | 100 | 35 | 102 | 60 | 60 |
| Binary | 10101000 | 10110100 | 1000000 | 111 | 0 | 1000000 | 11101 | 1000010 | 110000 | 110000 |
Color Harmonies of #A8B440
Complementary color
Monochromatic Colors of #A8B440
Black with #A8B440
Text Example
Text Example
White with #A8B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B440; }
p { color: rgb(168,180,64); }
H1.HeaderClassName
{
color: #A8B440;
}
.AnyTagClassName
{
color: #A8B440;
}
</style>
background-color css
<style>
a { background-color: #A8B440; }
a { background-color: rgb(168,180,64); }
div.DivClassName
{
background-color: #A8B440;
}
.BgClassName
{
background-color: #A8B440;
}
</style>
border-color css
<style>
span { border-color: #A8B440; }
span { border-color: rgb(168,180,64); }
td.TdClassName
{
border-color: #A8B440;
}
.TagClassName
{
border-color: #A8B440;
}
</style>