Shades of Celery #A8B242
Tints of Celery #A8B242
RGB
CMYK
RGB Variations
Color information
#A8B242 (or 0xA8B242) is known color: Celery. HEX triplet: A8, B2 and 42. RGB value is (168,178,66). Sum of RGB (Red+Green+Blue) = 168+178+66=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B242 is #574DBD. Grayscale: #A2A2A2. Windows color (decimal): -5721534 or 4371112. OLE color: 4371112.
HSL color Cylindrical-coordinate representation of color #A8B242: hue angle of 65.36º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8B242 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 66 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.30 |
| HSL | 65.36º | 0.46% | 0.48% | - |
| HSV(B) | 65.36º | 0.63% | 0.7% | - |
| XYZ | 33.05 | 40.56 | 11.24 | - |
| YUV | 162.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 66 | 0.06 | 0 | 0.63 | 0.30 | 65.36 | 0.46 | 0.48 |
| Hex | A8 | B2 | 42 | 6 | 0 | 3F | 1E | 41 | 2E | 30 |
| Octal | 250 | 262 | 102 | 6 | 0 | 77 | 36 | 101 | 56 | 60 |
| Binary | 10101000 | 10110010 | 1000010 | 110 | 0 | 111111 | 11110 | 1000001 | 101110 | 110000 |
Color Harmonies of #A8B242
Complementary color
Monochromatic Colors of #A8B242
Black with #A8B242
Text Example
Text Example
White with #A8B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B242; }
p { color: rgb(168,178,66); }
H1.HeaderClassName
{
color: #A8B242;
}
.AnyTagClassName
{
color: #A8B242;
}
</style>
background-color css
<style>
a { background-color: #A8B242; }
a { background-color: rgb(168,178,66); }
div.DivClassName
{
background-color: #A8B242;
}
.BgClassName
{
background-color: #A8B242;
}
</style>
border-color css
<style>
span { border-color: #A8B242; }
span { border-color: rgb(168,178,66); }
td.TdClassName
{
border-color: #A8B242;
}
.TagClassName
{
border-color: #A8B242;
}
</style>