Shades of Celery #B5BC33
Tints of Celery #B5BC33
RGB
CMYK
RGB Variations
Color information
#B5BC33 (or 0xB5BC33) is known color: Celery. HEX triplet: B5, BC and 33. RGB value is (181,188,51). Sum of RGB (Red+Green+Blue) = 181+188+51=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC33 is #4A43CC. Grayscale: #AAAAAA. Windows color (decimal): -4867021 or 3390645. OLE color: 3390645.
HSL color Cylindrical-coordinate representation of color #B5BC33: hue angle of 63.07º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5BC33 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 51 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.26 |
| HSL | 63.07º | 0.57% | 0.47% | - |
| HSV(B) | 63.07º | 0.73% | 0.74% | - |
| XYZ | 37.64 | 46.03 | 10.03 | - |
| YUV | 170.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 51 | 0.04 | 0 | 0.73 | 0.26 | 63.07 | 0.57 | 0.47 |
| Hex | B5 | BC | 33 | 4 | 0 | 49 | 1A | 3F | 39 | 2F |
| Octal | 265 | 274 | 63 | 4 | 0 | 111 | 32 | 77 | 71 | 57 |
| Binary | 10110101 | 10111100 | 110011 | 100 | 0 | 1001001 | 11010 | 111111 | 111001 | 101111 |
Color Harmonies of #B5BC33
Complementary color
Monochromatic Colors of #B5BC33
Black with #B5BC33
Text Example
Text Example
White with #B5BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC33; }
p { color: rgb(181,188,51); }
H1.HeaderClassName
{
color: #B5BC33;
}
.AnyTagClassName
{
color: #B5BC33;
}
</style>
background-color css
<style>
a { background-color: #B5BC33; }
a { background-color: rgb(181,188,51); }
div.DivClassName
{
background-color: #B5BC33;
}
.BgClassName
{
background-color: #B5BC33;
}
</style>
border-color css
<style>
span { border-color: #B5BC33; }
span { border-color: rgb(181,188,51); }
td.TdClassName
{
border-color: #B5BC33;
}
.TagClassName
{
border-color: #B5BC33;
}
</style>