Shades of Celery #B7C150
Tints of Celery #B7C150
RGB
CMYK
RGB Variations
Color information
#B7C150 (or 0xB7C150) is known color: Celery. HEX triplet: B7, C1 and 50. RGB value is (183,193,80). Sum of RGB (Red+Green+Blue) = 183+193+80=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C150 is #483EAF. Grayscale: #B1B1B1. Windows color (decimal): -4734640 or 5292471. OLE color: 5292471.
HSL color Cylindrical-coordinate representation of color #B7C150: hue angle of 65.31º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7C150 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 80 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.24 |
| HSL | 65.31º | 0.48% | 0.54% | - |
| HSV(B) | 65.31º | 0.59% | 0.76% | - |
| XYZ | 40.05 | 48.79 | 14.9 | - |
| YUV | 177.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 80 | 0.05 | 0 | 0.59 | 0.24 | 65.31 | 0.48 | 0.54 |
| Hex | B7 | C1 | 50 | 5 | 0 | 3B | 18 | 41 | 30 | 36 |
| Octal | 267 | 301 | 120 | 5 | 0 | 73 | 30 | 101 | 60 | 66 |
| Binary | 10110111 | 11000001 | 1010000 | 101 | 0 | 111011 | 11000 | 1000001 | 110000 | 110110 |
Color Harmonies of #B7C150
Complementary color
Monochromatic Colors of #B7C150
Black with #B7C150
Text Example
Text Example
White with #B7C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C150; }
p { color: rgb(183,193,80); }
H1.HeaderClassName
{
color: #B7C150;
}
.AnyTagClassName
{
color: #B7C150;
}
</style>
background-color css
<style>
a { background-color: #B7C150; }
a { background-color: rgb(183,193,80); }
div.DivClassName
{
background-color: #B7C150;
}
.BgClassName
{
background-color: #B7C150;
}
</style>
border-color css
<style>
span { border-color: #B7C150; }
span { border-color: rgb(183,193,80); }
td.TdClassName
{
border-color: #B7C150;
}
.TagClassName
{
border-color: #B7C150;
}
</style>