Shades of Celery #A8B344
Tints of Celery #A8B344
RGB
CMYK
RGB Variations
Color information
#A8B344 (or 0xA8B344) is known color: Celery. HEX triplet: A8, B3 and 44. RGB value is (168,179,68). Sum of RGB (Red+Green+Blue) = 168+179+68=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B344 is #574CBB. Grayscale: #A3A3A3. Windows color (decimal): -5721276 or 4502440. OLE color: 4502440.
HSL color Cylindrical-coordinate representation of color #A8B344: hue angle of 65.95º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8B344 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 68 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.30 |
| HSL | 65.95º | 0.45% | 0.48% | - |
| HSV(B) | 65.95º | 0.62% | 0.7% | - |
| XYZ | 33.31 | 40.98 | 11.62 | - |
| YUV | 163.06 | 74.36 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 68 | 0.06 | 0 | 0.62 | 0.30 | 65.95 | 0.45 | 0.48 |
| Hex | A8 | B3 | 44 | 6 | 0 | 3E | 1E | 42 | 2D | 30 |
| Octal | 250 | 263 | 104 | 6 | 0 | 76 | 36 | 102 | 55 | 60 |
| Binary | 10101000 | 10110011 | 1000100 | 110 | 0 | 111110 | 11110 | 1000010 | 101101 | 110000 |
Color Harmonies of #A8B344
Complementary color
Monochromatic Colors of #A8B344
Black with #A8B344
Text Example
Text Example
White with #A8B344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B344; }
p { color: rgb(168,179,68); }
H1.HeaderClassName
{
color: #A8B344;
}
.AnyTagClassName
{
color: #A8B344;
}
</style>
background-color css
<style>
a { background-color: #A8B344; }
a { background-color: rgb(168,179,68); }
div.DivClassName
{
background-color: #A8B344;
}
.BgClassName
{
background-color: #A8B344;
}
</style>
border-color css
<style>
span { border-color: #A8B344; }
span { border-color: rgb(168,179,68); }
td.TdClassName
{
border-color: #A8B344;
}
.TagClassName
{
border-color: #A8B344;
}
</style>