Shades of Celery #B2BF4D
Tints of Celery #B2BF4D
RGB
CMYK
RGB Variations
Color information
#B2BF4D (or 0xB2BF4D) is known color: Celery. HEX triplet: B2, BF and 4D. RGB value is (178,191,77). Sum of RGB (Red+Green+Blue) = 178+191+77=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF4D is #4D40B2. Grayscale: #AEAEAE. Windows color (decimal): -5062835 or 5095346. OLE color: 5095346.
HSL color Cylindrical-coordinate representation of color #B2BF4D: hue angle of 66.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2BF4D is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 77 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.25 |
| HSL | 66.84º | 0.47% | 0.53% | - |
| HSV(B) | 66.84º | 0.6% | 0.75% | - |
| XYZ | 38.33 | 47.26 | 14.12 | - |
| YUV | 174.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 77 | 0.07 | 0 | 0.60 | 0.25 | 66.84 | 0.47 | 0.53 |
| Hex | B2 | BF | 4D | 7 | 0 | 3C | 19 | 43 | 2F | 35 |
| Octal | 262 | 277 | 115 | 7 | 0 | 74 | 31 | 103 | 57 | 65 |
| Binary | 10110010 | 10111111 | 1001101 | 111 | 0 | 111100 | 11001 | 1000011 | 101111 | 110101 |
Color Harmonies of #B2BF4D
Complementary color
Monochromatic Colors of #B2BF4D
Black with #B2BF4D
Text Example
Text Example
White with #B2BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF4D; }
p { color: rgb(178,191,77); }
H1.HeaderClassName
{
color: #B2BF4D;
}
.AnyTagClassName
{
color: #B2BF4D;
}
</style>
background-color css
<style>
a { background-color: #B2BF4D; }
a { background-color: rgb(178,191,77); }
div.DivClassName
{
background-color: #B2BF4D;
}
.BgClassName
{
background-color: #B2BF4D;
}
</style>
border-color css
<style>
span { border-color: #B2BF4D; }
span { border-color: rgb(178,191,77); }
td.TdClassName
{
border-color: #B2BF4D;
}
.TagClassName
{
border-color: #B2BF4D;
}
</style>