Shades of Celery #A8B83A
Tints of Celery #A8B83A
RGB
CMYK
RGB Variations
Color information
#A8B83A (or 0xA8B83A) is known color: Celery. HEX triplet: A8, B8 and 3A. RGB value is (168,184,58). Sum of RGB (Red+Green+Blue) = 168+184+58=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B83A is #5747C5. Grayscale: #A5A5A5. Windows color (decimal): -5720006 or 3848360. OLE color: 3848360.
HSL color Cylindrical-coordinate representation of color #A8B83A: hue angle of 67.62º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8B83A is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 58 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.28 |
| HSL | 67.62º | 0.52% | 0.47% | - |
| HSV(B) | 67.62º | 0.68% | 0.72% | - |
| XYZ | 34.05 | 42.91 | 10.49 | - |
| YUV | 164.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 58 | 0.09 | 0 | 0.68 | 0.28 | 67.62 | 0.52 | 0.47 |
| Hex | A8 | B8 | 3A | 9 | 0 | 44 | 1C | 44 | 34 | 2F |
| Octal | 250 | 270 | 72 | 11 | 0 | 104 | 34 | 104 | 64 | 57 |
| Binary | 10101000 | 10111000 | 111010 | 1001 | 0 | 1000100 | 11100 | 1000100 | 110100 | 101111 |
Color Harmonies of #A8B83A
Complementary color
Monochromatic Colors of #A8B83A
Black with #A8B83A
Text Example
Text Example
White with #A8B83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B83A; }
p { color: rgb(168,184,58); }
H1.HeaderClassName
{
color: #A8B83A;
}
.AnyTagClassName
{
color: #A8B83A;
}
</style>
background-color css
<style>
a { background-color: #A8B83A; }
a { background-color: rgb(168,184,58); }
div.DivClassName
{
background-color: #A8B83A;
}
.BgClassName
{
background-color: #A8B83A;
}
</style>
border-color css
<style>
span { border-color: #A8B83A; }
span { border-color: rgb(168,184,58); }
td.TdClassName
{
border-color: #A8B83A;
}
.TagClassName
{
border-color: #A8B83A;
}
</style>