Shades of Celery #A8B340
Tints of Celery #A8B340
RGB
CMYK
RGB Variations
Color information
#A8B340 (or 0xA8B340) is known color: Celery. HEX triplet: A8, B3 and 40. RGB value is (168,179,64). Sum of RGB (Red+Green+Blue) = 168+179+64=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B340 is #574CBF. Grayscale: #A3A3A3. Windows color (decimal): -5721280 or 4240296. OLE color: 4240296.
HSL color Cylindrical-coordinate representation of color #A8B340: hue angle of 65.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8B340 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 64 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.30 |
| HSL | 65.74º | 0.47% | 0.48% | - |
| HSV(B) | 65.74º | 0.64% | 0.7% | - |
| XYZ | 33.19 | 40.94 | 11 | - |
| YUV | 162.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 64 | 0.06 | 0 | 0.64 | 0.30 | 65.74 | 0.47 | 0.48 |
| Hex | A8 | B3 | 40 | 6 | 0 | 40 | 1E | 42 | 2F | 30 |
| Octal | 250 | 263 | 100 | 6 | 0 | 100 | 36 | 102 | 57 | 60 |
| Binary | 10101000 | 10110011 | 1000000 | 110 | 0 | 1000000 | 11110 | 1000010 | 101111 | 110000 |
Color Harmonies of #A8B340
Complementary color
Monochromatic Colors of #A8B340
Black with #A8B340
Text Example
Text Example
White with #A8B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B340; }
p { color: rgb(168,179,64); }
H1.HeaderClassName
{
color: #A8B340;
}
.AnyTagClassName
{
color: #A8B340;
}
</style>
background-color css
<style>
a { background-color: #A8B340; }
a { background-color: rgb(168,179,64); }
div.DivClassName
{
background-color: #A8B340;
}
.BgClassName
{
background-color: #A8B340;
}
</style>
border-color css
<style>
span { border-color: #A8B340; }
span { border-color: rgb(168,179,64); }
td.TdClassName
{
border-color: #A8B340;
}
.TagClassName
{
border-color: #A8B340;
}
</style>