Shades of Celery #B2BF4B
Tints of Celery #B2BF4B
RGB
CMYK
RGB Variations
Color information
#B2BF4B (or 0xB2BF4B) is known color: Celery. HEX triplet: B2, BF and 4B. RGB value is (178,191,75). Sum of RGB (Red+Green+Blue) = 178+191+75=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF4B is #4D40B4. Grayscale: #AEAEAE. Windows color (decimal): -5062837 or 4964274. OLE color: 4964274.
HSL color Cylindrical-coordinate representation of color #B2BF4B: hue angle of 66.72º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2BF4B is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 75 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.25 |
| HSL | 66.72º | 0.48% | 0.52% | - |
| HSV(B) | 66.72º | 0.61% | 0.75% | - |
| XYZ | 38.26 | 47.23 | 13.76 | - |
| YUV | 173.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 75 | 0.07 | 0 | 0.61 | 0.25 | 66.72 | 0.48 | 0.52 |
| Hex | B2 | BF | 4B | 7 | 0 | 3D | 19 | 43 | 30 | 34 |
| Octal | 262 | 277 | 113 | 7 | 0 | 75 | 31 | 103 | 60 | 64 |
| Binary | 10110010 | 10111111 | 1001011 | 111 | 0 | 111101 | 11001 | 1000011 | 110000 | 110100 |
Color Harmonies of #B2BF4B
Complementary color
Monochromatic Colors of #B2BF4B
Black with #B2BF4B
Text Example
Text Example
White with #B2BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF4B; }
p { color: rgb(178,191,75); }
H1.HeaderClassName
{
color: #B2BF4B;
}
.AnyTagClassName
{
color: #B2BF4B;
}
</style>
background-color css
<style>
a { background-color: #B2BF4B; }
a { background-color: rgb(178,191,75); }
div.DivClassName
{
background-color: #B2BF4B;
}
.BgClassName
{
background-color: #B2BF4B;
}
</style>
border-color css
<style>
span { border-color: #B2BF4B; }
span { border-color: rgb(178,191,75); }
td.TdClassName
{
border-color: #B2BF4B;
}
.TagClassName
{
border-color: #B2BF4B;
}
</style>