Shades of Celery #A8B83C
Tints of Celery #A8B83C
RGB
CMYK
RGB Variations
Color information
#A8B83C (or 0xA8B83C) is known color: Celery. HEX triplet: A8, B8 and 3C. RGB value is (168,184,60). Sum of RGB (Red+Green+Blue) = 168+184+60=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B83C is #5747C3. Grayscale: #A5A5A5. Windows color (decimal): -5720004 or 3979432. OLE color: 3979432.
HSL color Cylindrical-coordinate representation of color #A8B83C: hue angle of 67.74º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8B83C is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 60 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.28 |
| HSL | 67.74º | 0.51% | 0.48% | - |
| HSV(B) | 67.74º | 0.67% | 0.72% | - |
| XYZ | 34.1 | 42.93 | 10.76 | - |
| YUV | 165.08 | 68.7 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 60 | 0.09 | 0 | 0.67 | 0.28 | 67.74 | 0.51 | 0.48 |
| Hex | A8 | B8 | 3C | 9 | 0 | 43 | 1C | 44 | 33 | 30 |
| Octal | 250 | 270 | 74 | 11 | 0 | 103 | 34 | 104 | 63 | 60 |
| Binary | 10101000 | 10111000 | 111100 | 1001 | 0 | 1000011 | 11100 | 1000100 | 110011 | 110000 |
Color Harmonies of #A8B83C
Complementary color
Monochromatic Colors of #A8B83C
Black with #A8B83C
Text Example
Text Example
White with #A8B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B83C; }
p { color: rgb(168,184,60); }
H1.HeaderClassName
{
color: #A8B83C;
}
.AnyTagClassName
{
color: #A8B83C;
}
</style>
background-color css
<style>
a { background-color: #A8B83C; }
a { background-color: rgb(168,184,60); }
div.DivClassName
{
background-color: #A8B83C;
}
.BgClassName
{
background-color: #A8B83C;
}
</style>
border-color css
<style>
span { border-color: #A8B83C; }
span { border-color: rgb(168,184,60); }
td.TdClassName
{
border-color: #A8B83C;
}
.TagClassName
{
border-color: #A8B83C;
}
</style>