Shades of Celery #A8C03B
Tints of Celery #A8C03B
RGB
CMYK
RGB Variations
Color information
#A8C03B (or 0xA8C03B) is known color: Celery. HEX triplet: A8, C0 and 3B. RGB value is (168,192,59). Sum of RGB (Red+Green+Blue) = 168+192+59=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C03B is #573FC4. Grayscale: #AAAAAA. Windows color (decimal): -5717957 or 3915944. OLE color: 3915944.
HSL color Cylindrical-coordinate representation of color #A8C03B: hue angle of 70.83º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8C03B is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 59 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.25 |
| HSL | 70.83º | 0.53% | 0.49% | - |
| HSV(B) | 70.83º | 0.69% | 0.75% | - |
| XYZ | 35.79 | 46.34 | 11.2 | - |
| YUV | 169.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 59 | 0.12 | 0 | 0.69 | 0.25 | 70.83 | 0.53 | 0.49 |
| Hex | A8 | C0 | 3B | C | 0 | 45 | 19 | 47 | 35 | 31 |
| Octal | 250 | 300 | 73 | 14 | 0 | 105 | 31 | 107 | 65 | 61 |
| Binary | 10101000 | 11000000 | 111011 | 1100 | 0 | 1000101 | 11001 | 1000111 | 110101 | 110001 |
Color Harmonies of #A8C03B
Complementary color
Monochromatic Colors of #A8C03B
Black with #A8C03B
Text Example
Text Example
White with #A8C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C03B; }
p { color: rgb(168,192,59); }
H1.HeaderClassName
{
color: #A8C03B;
}
.AnyTagClassName
{
color: #A8C03B;
}
</style>
background-color css
<style>
a { background-color: #A8C03B; }
a { background-color: rgb(168,192,59); }
div.DivClassName
{
background-color: #A8C03B;
}
.BgClassName
{
background-color: #A8C03B;
}
</style>
border-color css
<style>
span { border-color: #A8C03B; }
span { border-color: rgb(168,192,59); }
td.TdClassName
{
border-color: #A8C03B;
}
.TagClassName
{
border-color: #A8C03B;
}
</style>