Shades of Celery #B0C136
Tints of Celery #B0C136
RGB
CMYK
RGB Variations
Color information
#B0C136 (or 0xB0C136) is known color: Celery. HEX triplet: B0, C1 and 36. RGB value is (176,193,54). Sum of RGB (Red+Green+Blue) = 176+193+54=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C136 is #4F3EC9. Grayscale: #ACACAC. Windows color (decimal): -5193418 or 3588528. OLE color: 3588528.
HSL color Cylindrical-coordinate representation of color #B0C136: hue angle of 67.34º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0C136 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 54 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.24 |
| HSL | 67.34º | 0.56% | 0.48% | - |
| HSV(B) | 67.34º | 0.72% | 0.76% | - |
| XYZ | 37.64 | 47.64 | 10.7 | - |
| YUV | 172.07 | 61.37 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 54 | 0.09 | 0 | 0.72 | 0.24 | 67.34 | 0.56 | 0.48 |
| Hex | B0 | C1 | 36 | 9 | 0 | 48 | 18 | 43 | 38 | 30 |
| Octal | 260 | 301 | 66 | 11 | 0 | 110 | 30 | 103 | 70 | 60 |
| Binary | 10110000 | 11000001 | 110110 | 1001 | 0 | 1001000 | 11000 | 1000011 | 111000 | 110000 |
Color Harmonies of #B0C136
Complementary color
Monochromatic Colors of #B0C136
Black with #B0C136
Text Example
Text Example
White with #B0C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C136; }
p { color: rgb(176,193,54); }
H1.HeaderClassName
{
color: #B0C136;
}
.AnyTagClassName
{
color: #B0C136;
}
</style>
background-color css
<style>
a { background-color: #B0C136; }
a { background-color: rgb(176,193,54); }
div.DivClassName
{
background-color: #B0C136;
}
.BgClassName
{
background-color: #B0C136;
}
</style>
border-color css
<style>
span { border-color: #B0C136; }
span { border-color: rgb(176,193,54); }
td.TdClassName
{
border-color: #B0C136;
}
.TagClassName
{
border-color: #B0C136;
}
</style>