Shades of Celery #B0B93A
Tints of Celery #B0B93A
RGB
CMYK
RGB Variations
Color information
#B0B93A (or 0xB0B93A) is known color: Celery. HEX triplet: B0, B9 and 3A. RGB value is (176,185,58). Sum of RGB (Red+Green+Blue) = 176+185+58=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B93A is #4F46C5. Grayscale: #A8A8A8. Windows color (decimal): -5195462 or 3848624. OLE color: 3848624.
HSL color Cylindrical-coordinate representation of color #B0B93A: hue angle of 64.25º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0B93A is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 58 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.27 |
| HSL | 64.25º | 0.52% | 0.48% | - |
| HSV(B) | 64.25º | 0.69% | 0.73% | - |
| XYZ | 36.02 | 44.23 | 10.64 | - |
| YUV | 167.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 58 | 0.05 | 0 | 0.69 | 0.27 | 64.25 | 0.52 | 0.48 |
| Hex | B0 | B9 | 3A | 5 | 0 | 45 | 1B | 40 | 34 | 30 |
| Octal | 260 | 271 | 72 | 5 | 0 | 105 | 33 | 100 | 64 | 60 |
| Binary | 10110000 | 10111001 | 111010 | 101 | 0 | 1000101 | 11011 | 1000000 | 110100 | 110000 |
Color Harmonies of #B0B93A
Complementary color
Monochromatic Colors of #B0B93A
Black with #B0B93A
Text Example
Text Example
White with #B0B93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B93A; }
p { color: rgb(176,185,58); }
H1.HeaderClassName
{
color: #B0B93A;
}
.AnyTagClassName
{
color: #B0B93A;
}
</style>
background-color css
<style>
a { background-color: #B0B93A; }
a { background-color: rgb(176,185,58); }
div.DivClassName
{
background-color: #B0B93A;
}
.BgClassName
{
background-color: #B0B93A;
}
</style>
border-color css
<style>
span { border-color: #B0B93A; }
span { border-color: rgb(176,185,58); }
td.TdClassName
{
border-color: #B0B93A;
}
.TagClassName
{
border-color: #B0B93A;
}
</style>