Shades of Celery #B0BC3B
Tints of Celery #B0BC3B
RGB
CMYK
RGB Variations
Color information
#B0BC3B (or 0xB0BC3B) is known color: Celery. HEX triplet: B0, BC and 3B. RGB value is (176,188,59). Sum of RGB (Red+Green+Blue) = 176+188+59=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC3B is #4F43C4. Grayscale: #AAAAAA. Windows color (decimal): -5194693 or 3914928. OLE color: 3914928.
HSL color Cylindrical-coordinate representation of color #B0BC3B: hue angle of 65.58º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0BC3B is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 59 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.26 |
| HSL | 65.58º | 0.52% | 0.48% | - |
| HSV(B) | 65.58º | 0.69% | 0.74% | - |
| XYZ | 36.68 | 45.51 | 10.99 | - |
| YUV | 169.71 | 65.52 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 59 | 0.06 | 0 | 0.69 | 0.26 | 65.58 | 0.52 | 0.48 |
| Hex | B0 | BC | 3B | 6 | 0 | 45 | 1A | 42 | 34 | 30 |
| Octal | 260 | 274 | 73 | 6 | 0 | 105 | 32 | 102 | 64 | 60 |
| Binary | 10110000 | 10111100 | 111011 | 110 | 0 | 1000101 | 11010 | 1000010 | 110100 | 110000 |
Color Harmonies of #B0BC3B
Complementary color
Monochromatic Colors of #B0BC3B
Black with #B0BC3B
Text Example
Text Example
White with #B0BC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC3B; }
p { color: rgb(176,188,59); }
H1.HeaderClassName
{
color: #B0BC3B;
}
.AnyTagClassName
{
color: #B0BC3B;
}
</style>
background-color css
<style>
a { background-color: #B0BC3B; }
a { background-color: rgb(176,188,59); }
div.DivClassName
{
background-color: #B0BC3B;
}
.BgClassName
{
background-color: #B0BC3B;
}
</style>
border-color css
<style>
span { border-color: #B0BC3B; }
span { border-color: rgb(176,188,59); }
td.TdClassName
{
border-color: #B0BC3B;
}
.TagClassName
{
border-color: #B0BC3B;
}
</style>