Shades of Celery #A8BD5A
Tints of Celery #A8BD5A
RGB
CMYK
RGB Variations
Color information
#A8BD5A (or 0xA8BD5A) is known color: Celery. HEX triplet: A8, BD and 5A. RGB value is (168,189,90). Sum of RGB (Red+Green+Blue) = 168+189+90=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD5A is #5742A5. Grayscale: #ABABAB. Windows color (decimal): -5718694 or 5946792. OLE color: 5946792.
HSL color Cylindrical-coordinate representation of color #A8BD5A: hue angle of 72.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8BD5A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 90 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.26 |
| HSL | 72.73º | 0.43% | 0.55% | - |
| HSV(B) | 72.73º | 0.52% | 0.74% | - |
| XYZ | 36.19 | 45.46 | 16.54 | - |
| YUV | 171.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 90 | 0.11 | 0 | 0.52 | 0.26 | 72.73 | 0.43 | 0.55 |
| Hex | A8 | BD | 5A | B | 0 | 34 | 1A | 49 | 2B | 37 |
| Octal | 250 | 275 | 132 | 13 | 0 | 64 | 32 | 111 | 53 | 67 |
| Binary | 10101000 | 10111101 | 1011010 | 1011 | 0 | 110100 | 11010 | 1001001 | 101011 | 110111 |
Color Harmonies of #A8BD5A
Complementary color
Monochromatic Colors of #A8BD5A
Black with #A8BD5A
Text Example
Text Example
White with #A8BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD5A; }
p { color: rgb(168,189,90); }
H1.HeaderClassName
{
color: #A8BD5A;
}
.AnyTagClassName
{
color: #A8BD5A;
}
</style>
background-color css
<style>
a { background-color: #A8BD5A; }
a { background-color: rgb(168,189,90); }
div.DivClassName
{
background-color: #A8BD5A;
}
.BgClassName
{
background-color: #A8BD5A;
}
</style>
border-color css
<style>
span { border-color: #A8BD5A; }
span { border-color: rgb(168,189,90); }
td.TdClassName
{
border-color: #A8BD5A;
}
.TagClassName
{
border-color: #A8BD5A;
}
</style>