Shades of Celery #B0BF3E
Tints of Celery #B0BF3E
RGB
CMYK
RGB Variations
Color information
#B0BF3E (or 0xB0BF3E) is known color: Celery. HEX triplet: B0, BF and 3E. RGB value is (176,191,62). Sum of RGB (Red+Green+Blue) = 176+191+62=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF3E is #4F40C1. Grayscale: #ACACAC. Windows color (decimal): -5193922 or 4112304. OLE color: 4112304.
HSL color Cylindrical-coordinate representation of color #B0BF3E: hue angle of 66.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0BF3E is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 62 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.25 |
| HSL | 66.98º | 0.51% | 0.5% | - |
| HSV(B) | 66.98º | 0.68% | 0.75% | - |
| XYZ | 37.4 | 46.84 | 11.63 | - |
| YUV | 171.81 | 66.03 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 62 | 0.08 | 0 | 0.68 | 0.25 | 66.98 | 0.51 | 0.5 |
| Hex | B0 | BF | 3E | 8 | 0 | 44 | 19 | 43 | 33 | 32 |
| Octal | 260 | 277 | 76 | 10 | 0 | 104 | 31 | 103 | 63 | 62 |
| Binary | 10110000 | 10111111 | 111110 | 1000 | 0 | 1000100 | 11001 | 1000011 | 110011 | 110010 |
Color Harmonies of #B0BF3E
Complementary color
Monochromatic Colors of #B0BF3E
Black with #B0BF3E
Text Example
Text Example
White with #B0BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF3E; }
p { color: rgb(176,191,62); }
H1.HeaderClassName
{
color: #B0BF3E;
}
.AnyTagClassName
{
color: #B0BF3E;
}
</style>
background-color css
<style>
a { background-color: #B0BF3E; }
a { background-color: rgb(176,191,62); }
div.DivClassName
{
background-color: #B0BF3E;
}
.BgClassName
{
background-color: #B0BF3E;
}
</style>
border-color css
<style>
span { border-color: #B0BF3E; }
span { border-color: rgb(176,191,62); }
td.TdClassName
{
border-color: #B0BF3E;
}
.TagClassName
{
border-color: #B0BF3E;
}
</style>