Shades of Celery #B5CB47
Tints of Celery #B5CB47
RGB
CMYK
RGB Variations
Color information
#B5CB47 (or 0xB5CB47) is known color: Celery. HEX triplet: B5, CB and 47. RGB value is (181,203,71). Sum of RGB (Red+Green+Blue) = 181+203+71=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB47 is #4A34B8. Grayscale: #B5B5B5. Windows color (decimal): -4863161 or 4705205. OLE color: 4705205.
HSL color Cylindrical-coordinate representation of color #B5CB47: hue angle of 70º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5CB47 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 71 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.20 |
| HSL | 70º | 0.56% | 0.54% | - |
| HSV(B) | 70º | 0.65% | 0.8% | - |
| XYZ | 41.55 | 52.99 | 14 | - |
| YUV | 181.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 71 | 0.11 | 0 | 0.65 | 0.20 | 70 | 0.56 | 0.54 |
| Hex | B5 | CB | 47 | B | 0 | 41 | 14 | 46 | 38 | 36 |
| Octal | 265 | 313 | 107 | 13 | 0 | 101 | 24 | 106 | 70 | 66 |
| Binary | 10110101 | 11001011 | 1000111 | 1011 | 0 | 1000001 | 10100 | 1000110 | 111000 | 110110 |
Color Harmonies of #B5CB47
Complementary color
Monochromatic Colors of #B5CB47
Black with #B5CB47
Text Example
Text Example
White with #B5CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB47; }
p { color: rgb(181,203,71); }
H1.HeaderClassName
{
color: #B5CB47;
}
.AnyTagClassName
{
color: #B5CB47;
}
</style>
background-color css
<style>
a { background-color: #B5CB47; }
a { background-color: rgb(181,203,71); }
div.DivClassName
{
background-color: #B5CB47;
}
.BgClassName
{
background-color: #B5CB47;
}
</style>
border-color css
<style>
span { border-color: #B5CB47; }
span { border-color: rgb(181,203,71); }
td.TdClassName
{
border-color: #B5CB47;
}
.TagClassName
{
border-color: #B5CB47;
}
</style>