Shades of Celery #B7C14F
Tints of Celery #B7C14F
RGB
CMYK
RGB Variations
Color information
#B7C14F (or 0xB7C14F) is known color: Celery. HEX triplet: B7, C1 and 4F. RGB value is (183,193,79). Sum of RGB (Red+Green+Blue) = 183+193+79=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C14F is #483EB0. Grayscale: #B1B1B1. Windows color (decimal): -4734641 or 5226935. OLE color: 5226935.
HSL color Cylindrical-coordinate representation of color #B7C14F: hue angle of 65.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7C14F is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 79 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.24 |
| HSL | 65.26º | 0.48% | 0.53% | - |
| HSV(B) | 65.26º | 0.59% | 0.76% | - |
| XYZ | 40.01 | 48.77 | 14.7 | - |
| YUV | 177.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 79 | 0.05 | 0 | 0.59 | 0.24 | 65.26 | 0.48 | 0.53 |
| Hex | B7 | C1 | 4F | 5 | 0 | 3B | 18 | 41 | 30 | 35 |
| Octal | 267 | 301 | 117 | 5 | 0 | 73 | 30 | 101 | 60 | 65 |
| Binary | 10110111 | 11000001 | 1001111 | 101 | 0 | 111011 | 11000 | 1000001 | 110000 | 110101 |
Color Harmonies of #B7C14F
Complementary color
Monochromatic Colors of #B7C14F
Black with #B7C14F
Text Example
Text Example
White with #B7C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C14F; }
p { color: rgb(183,193,79); }
H1.HeaderClassName
{
color: #B7C14F;
}
.AnyTagClassName
{
color: #B7C14F;
}
</style>
background-color css
<style>
a { background-color: #B7C14F; }
a { background-color: rgb(183,193,79); }
div.DivClassName
{
background-color: #B7C14F;
}
.BgClassName
{
background-color: #B7C14F;
}
</style>
border-color css
<style>
span { border-color: #B7C14F; }
span { border-color: rgb(183,193,79); }
td.TdClassName
{
border-color: #B7C14F;
}
.TagClassName
{
border-color: #B7C14F;
}
</style>