Shades of Celery #B0BF46
Tints of Celery #B0BF46
RGB
CMYK
RGB Variations
Color information
#B0BF46 (or 0xB0BF46) is known color: Celery. HEX triplet: B0, BF and 46. RGB value is (176,191,70). Sum of RGB (Red+Green+Blue) = 176+191+70=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF46 is #4F40B9. Grayscale: #ADADAD. Windows color (decimal): -5193914 or 4636592. OLE color: 4636592.
HSL color Cylindrical-coordinate representation of color #B0BF46: hue angle of 67.44º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0BF46 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 70 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.25 |
| HSL | 67.44º | 0.49% | 0.51% | - |
| HSV(B) | 67.44º | 0.63% | 0.75% | - |
| XYZ | 37.64 | 46.93 | 12.87 | - |
| YUV | 172.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 70 | 0.08 | 0 | 0.63 | 0.25 | 67.44 | 0.49 | 0.51 |
| Hex | B0 | BF | 46 | 8 | 0 | 3F | 19 | 43 | 31 | 33 |
| Octal | 260 | 277 | 106 | 10 | 0 | 77 | 31 | 103 | 61 | 63 |
| Binary | 10110000 | 10111111 | 1000110 | 1000 | 0 | 111111 | 11001 | 1000011 | 110001 | 110011 |
Color Harmonies of #B0BF46
Complementary color
Monochromatic Colors of #B0BF46
Black with #B0BF46
Text Example
Text Example
White with #B0BF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF46; }
p { color: rgb(176,191,70); }
H1.HeaderClassName
{
color: #B0BF46;
}
.AnyTagClassName
{
color: #B0BF46;
}
</style>
background-color css
<style>
a { background-color: #B0BF46; }
a { background-color: rgb(176,191,70); }
div.DivClassName
{
background-color: #B0BF46;
}
.BgClassName
{
background-color: #B0BF46;
}
</style>
border-color css
<style>
span { border-color: #B0BF46; }
span { border-color: rgb(176,191,70); }
td.TdClassName
{
border-color: #B0BF46;
}
.TagClassName
{
border-color: #B0BF46;
}
</style>