Shades of Celery #A8B348
Tints of Celery #A8B348
RGB
CMYK
RGB Variations
Color information
#A8B348 (or 0xA8B348) is known color: Celery. HEX triplet: A8, B3 and 48. RGB value is (168,179,72). Sum of RGB (Red+Green+Blue) = 168+179+72=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B348 is #574CB7. Grayscale: #A3A3A3. Windows color (decimal): -5721272 or 4764584. OLE color: 4764584.
HSL color Cylindrical-coordinate representation of color #A8B348: hue angle of 66.17º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8B348 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 72 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.30 |
| HSL | 66.17º | 0.43% | 0.49% | - |
| HSV(B) | 66.17º | 0.6% | 0.7% | - |
| XYZ | 33.44 | 41.03 | 12.29 | - |
| YUV | 163.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 72 | 0.06 | 0 | 0.60 | 0.30 | 66.17 | 0.43 | 0.49 |
| Hex | A8 | B3 | 48 | 6 | 0 | 3C | 1E | 42 | 2B | 31 |
| Octal | 250 | 263 | 110 | 6 | 0 | 74 | 36 | 102 | 53 | 61 |
| Binary | 10101000 | 10110011 | 1001000 | 110 | 0 | 111100 | 11110 | 1000010 | 101011 | 110001 |
Color Harmonies of #A8B348
Complementary color
Monochromatic Colors of #A8B348
Black with #A8B348
Text Example
Text Example
White with #A8B348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B348; }
p { color: rgb(168,179,72); }
H1.HeaderClassName
{
color: #A8B348;
}
.AnyTagClassName
{
color: #A8B348;
}
</style>
background-color css
<style>
a { background-color: #A8B348; }
a { background-color: rgb(168,179,72); }
div.DivClassName
{
background-color: #A8B348;
}
.BgClassName
{
background-color: #A8B348;
}
</style>
border-color css
<style>
span { border-color: #A8B348; }
span { border-color: rgb(168,179,72); }
td.TdClassName
{
border-color: #A8B348;
}
.TagClassName
{
border-color: #A8B348;
}
</style>