Shades of Celery #B0C938
Tints of Celery #B0C938
RGB
CMYK
RGB Variations
Color information
#B0C938 (or 0xB0C938) is known color: Celery. HEX triplet: B0, C9 and 38. RGB value is (176,201,56). Sum of RGB (Red+Green+Blue) = 176+201+56=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C938 is #4F36C7. Grayscale: #B1B1B1. Windows color (decimal): -5191368 or 3721648. OLE color: 3721648.
HSL color Cylindrical-coordinate representation of color #B0C938: hue angle of 70.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0C938 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 56 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.21 |
| HSL | 70.34º | 0.57% | 0.5% | - |
| HSV(B) | 70.34º | 0.72% | 0.79% | - |
| XYZ | 39.5 | 51.29 | 11.56 | - |
| YUV | 177 | 59.72 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 56 | 0.12 | 0 | 0.72 | 0.21 | 70.34 | 0.57 | 0.5 |
| Hex | B0 | C9 | 38 | C | 0 | 48 | 15 | 46 | 39 | 32 |
| Octal | 260 | 311 | 70 | 14 | 0 | 110 | 25 | 106 | 71 | 62 |
| Binary | 10110000 | 11001001 | 111000 | 1100 | 0 | 1001000 | 10101 | 1000110 | 111001 | 110010 |
Color Harmonies of #B0C938
Complementary color
Monochromatic Colors of #B0C938
Black with #B0C938
Text Example
Text Example
White with #B0C938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C938; }
p { color: rgb(176,201,56); }
H1.HeaderClassName
{
color: #B0C938;
}
.AnyTagClassName
{
color: #B0C938;
}
</style>
background-color css
<style>
a { background-color: #B0C938; }
a { background-color: rgb(176,201,56); }
div.DivClassName
{
background-color: #B0C938;
}
.BgClassName
{
background-color: #B0C938;
}
</style>
border-color css
<style>
span { border-color: #B0C938; }
span { border-color: rgb(176,201,56); }
td.TdClassName
{
border-color: #B0C938;
}
.TagClassName
{
border-color: #B0C938;
}
</style>