Shades of Celery #B0B540
Tints of Celery #B0B540
RGB
CMYK
RGB Variations
Color information
#B0B540 (or 0xB0B540) is known color: Celery. HEX triplet: B0, B5 and 40. RGB value is (176,181,64). Sum of RGB (Red+Green+Blue) = 176+181+64=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B540 is #4F4ABF. Grayscale: #A6A6A6. Windows color (decimal): -5196480 or 4240816. OLE color: 4240816.
HSL color Cylindrical-coordinate representation of color #B0B540: hue angle of 62.56º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0B540 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 64 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.29 |
| HSL | 62.56º | 0.48% | 0.48% | - |
| HSV(B) | 62.56º | 0.65% | 0.71% | - |
| XYZ | 35.35 | 42.65 | 11.22 | - |
| YUV | 166.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 64 | 0.03 | 0 | 0.65 | 0.29 | 62.56 | 0.48 | 0.48 |
| Hex | B0 | B5 | 40 | 3 | 0 | 41 | 1D | 3F | 30 | 30 |
| Octal | 260 | 265 | 100 | 3 | 0 | 101 | 35 | 77 | 60 | 60 |
| Binary | 10110000 | 10110101 | 1000000 | 11 | 0 | 1000001 | 11101 | 111111 | 110000 | 110000 |
Color Harmonies of #B0B540
Complementary color
Monochromatic Colors of #B0B540
Black with #B0B540
Text Example
Text Example
White with #B0B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B540; }
p { color: rgb(176,181,64); }
H1.HeaderClassName
{
color: #B0B540;
}
.AnyTagClassName
{
color: #B0B540;
}
</style>
background-color css
<style>
a { background-color: #B0B540; }
a { background-color: rgb(176,181,64); }
div.DivClassName
{
background-color: #B0B540;
}
.BgClassName
{
background-color: #B0B540;
}
</style>
border-color css
<style>
span { border-color: #B0B540; }
span { border-color: rgb(176,181,64); }
td.TdClassName
{
border-color: #B0B540;
}
.TagClassName
{
border-color: #B0B540;
}
</style>