Shades of Celery #A8B442
Tints of Celery #A8B442
RGB
CMYK
RGB Variations
Color information
#A8B442 (or 0xA8B442) is known color: Celery. HEX triplet: A8, B4 and 42. RGB value is (168,180,66). Sum of RGB (Red+Green+Blue) = 168+180+66=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B442 is #574BBD. Grayscale: #A3A3A3. Windows color (decimal): -5721022 or 4371624. OLE color: 4371624.
HSL color Cylindrical-coordinate representation of color #A8B442: hue angle of 66.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8B442 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 66 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.29 |
| HSL | 66.32º | 0.46% | 0.48% | - |
| HSV(B) | 66.32º | 0.63% | 0.71% | - |
| XYZ | 33.45 | 41.36 | 11.37 | - |
| YUV | 163.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 66 | 0.07 | 0 | 0.63 | 0.29 | 66.32 | 0.46 | 0.48 |
| Hex | A8 | B4 | 42 | 7 | 0 | 3F | 1D | 42 | 2E | 30 |
| Octal | 250 | 264 | 102 | 7 | 0 | 77 | 35 | 102 | 56 | 60 |
| Binary | 10101000 | 10110100 | 1000010 | 111 | 0 | 111111 | 11101 | 1000010 | 101110 | 110000 |
Color Harmonies of #A8B442
Complementary color
Monochromatic Colors of #A8B442
Black with #A8B442
Text Example
Text Example
White with #A8B442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B442; }
p { color: rgb(168,180,66); }
H1.HeaderClassName
{
color: #A8B442;
}
.AnyTagClassName
{
color: #A8B442;
}
</style>
background-color css
<style>
a { background-color: #A8B442; }
a { background-color: rgb(168,180,66); }
div.DivClassName
{
background-color: #A8B442;
}
.BgClassName
{
background-color: #A8B442;
}
</style>
border-color css
<style>
span { border-color: #A8B442; }
span { border-color: rgb(168,180,66); }
td.TdClassName
{
border-color: #A8B442;
}
.TagClassName
{
border-color: #A8B442;
}
</style>