Shades of Celery #B2BF4E
Tints of Celery #B2BF4E
RGB
CMYK
RGB Variations
Color information
#B2BF4E (or 0xB2BF4E) is known color: Celery. HEX triplet: B2, BF and 4E. RGB value is (178,191,78). Sum of RGB (Red+Green+Blue) = 178+191+78=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF4E is #4D40B1. Grayscale: #AEAEAE. Windows color (decimal): -5062834 or 5160882. OLE color: 5160882.
HSL color Cylindrical-coordinate representation of color #B2BF4E: hue angle of 66.9º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2BF4E is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 78 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.25 |
| HSL | 66.9º | 0.47% | 0.53% | - |
| HSV(B) | 66.9º | 0.59% | 0.75% | - |
| XYZ | 38.37 | 47.28 | 14.31 | - |
| YUV | 174.23 | 73.69 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 78 | 0.07 | 0 | 0.59 | 0.25 | 66.9 | 0.47 | 0.53 |
| Hex | B2 | BF | 4E | 7 | 0 | 3B | 19 | 43 | 2F | 35 |
| Octal | 262 | 277 | 116 | 7 | 0 | 73 | 31 | 103 | 57 | 65 |
| Binary | 10110010 | 10111111 | 1001110 | 111 | 0 | 111011 | 11001 | 1000011 | 101111 | 110101 |
Color Harmonies of #B2BF4E
Complementary color
Monochromatic Colors of #B2BF4E
Black with #B2BF4E
Text Example
Text Example
White with #B2BF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF4E; }
p { color: rgb(178,191,78); }
H1.HeaderClassName
{
color: #B2BF4E;
}
.AnyTagClassName
{
color: #B2BF4E;
}
</style>
background-color css
<style>
a { background-color: #B2BF4E; }
a { background-color: rgb(178,191,78); }
div.DivClassName
{
background-color: #B2BF4E;
}
.BgClassName
{
background-color: #B2BF4E;
}
</style>
border-color css
<style>
span { border-color: #B2BF4E; }
span { border-color: rgb(178,191,78); }
td.TdClassName
{
border-color: #B2BF4E;
}
.TagClassName
{
border-color: #B2BF4E;
}
</style>