Shades of Celery #A8B33C
Tints of Celery #A8B33C
RGB
CMYK
RGB Variations
Color information
#A8B33C (or 0xA8B33C) is known color: Celery. HEX triplet: A8, B3 and 3C. RGB value is (168,179,60). Sum of RGB (Red+Green+Blue) = 168+179+60=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B33C is #574CC3. Grayscale: #A2A2A2. Windows color (decimal): -5721284 or 3978152. OLE color: 3978152.
HSL color Cylindrical-coordinate representation of color #A8B33C: hue angle of 65.55º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8B33C is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 60 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.30 |
| HSL | 65.55º | 0.5% | 0.47% | - |
| HSV(B) | 65.55º | 0.66% | 0.7% | - |
| XYZ | 33.08 | 40.89 | 10.42 | - |
| YUV | 162.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 60 | 0.06 | 0 | 0.66 | 0.30 | 65.55 | 0.5 | 0.47 |
| Hex | A8 | B3 | 3C | 6 | 0 | 42 | 1E | 42 | 32 | 2F |
| Octal | 250 | 263 | 74 | 6 | 0 | 102 | 36 | 102 | 62 | 57 |
| Binary | 10101000 | 10110011 | 111100 | 110 | 0 | 1000010 | 11110 | 1000010 | 110010 | 101111 |
Color Harmonies of #A8B33C
Complementary color
Monochromatic Colors of #A8B33C
Black with #A8B33C
Text Example
Text Example
White with #A8B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B33C; }
p { color: rgb(168,179,60); }
H1.HeaderClassName
{
color: #A8B33C;
}
.AnyTagClassName
{
color: #A8B33C;
}
</style>
background-color css
<style>
a { background-color: #A8B33C; }
a { background-color: rgb(168,179,60); }
div.DivClassName
{
background-color: #A8B33C;
}
.BgClassName
{
background-color: #A8B33C;
}
</style>
border-color css
<style>
span { border-color: #A8B33C; }
span { border-color: rgb(168,179,60); }
td.TdClassName
{
border-color: #A8B33C;
}
.TagClassName
{
border-color: #A8B33C;
}
</style>