Shades of Celery #A8B74B
Tints of Celery #A8B74B
RGB
CMYK
RGB Variations
Color information
#A8B74B (or 0xA8B74B) is known color: Celery. HEX triplet: A8, B7 and 4B. RGB value is (168,183,75). Sum of RGB (Red+Green+Blue) = 168+183+75=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B74B is #5748B4. Grayscale: #A6A6A6. Windows color (decimal): -5720245 or 4962216. OLE color: 4962216.
HSL color Cylindrical-coordinate representation of color #A8B74B: hue angle of 68.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8B74B is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 75 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.28 |
| HSL | 68.33º | 0.43% | 0.51% | - |
| HSV(B) | 68.33º | 0.59% | 0.72% | - |
| XYZ | 34.35 | 42.7 | 13.09 | - |
| YUV | 166.2 | 76.53 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 75 | 0.08 | 0 | 0.59 | 0.28 | 68.33 | 0.43 | 0.51 |
| Hex | A8 | B7 | 4B | 8 | 0 | 3B | 1C | 44 | 2B | 33 |
| Octal | 250 | 267 | 113 | 10 | 0 | 73 | 34 | 104 | 53 | 63 |
| Binary | 10101000 | 10110111 | 1001011 | 1000 | 0 | 111011 | 11100 | 1000100 | 101011 | 110011 |
Color Harmonies of #A8B74B
Complementary color
Monochromatic Colors of #A8B74B
Black with #A8B74B
Text Example
Text Example
White with #A8B74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B74B; }
p { color: rgb(168,183,75); }
H1.HeaderClassName
{
color: #A8B74B;
}
.AnyTagClassName
{
color: #A8B74B;
}
</style>
background-color css
<style>
a { background-color: #A8B74B; }
a { background-color: rgb(168,183,75); }
div.DivClassName
{
background-color: #A8B74B;
}
.BgClassName
{
background-color: #A8B74B;
}
</style>
border-color css
<style>
span { border-color: #A8B74B; }
span { border-color: rgb(168,183,75); }
td.TdClassName
{
border-color: #A8B74B;
}
.TagClassName
{
border-color: #A8B74B;
}
</style>