Shades of Celery #B0BF3A
Tints of Celery #B0BF3A
RGB
CMYK
RGB Variations
Color information
#B0BF3A (or 0xB0BF3A) is known color: Celery. HEX triplet: B0, BF and 3A. RGB value is (176,191,58). Sum of RGB (Red+Green+Blue) = 176+191+58=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF3A is #4F40C5. Grayscale: #ABABAB. Windows color (decimal): -5193926 or 3850160. OLE color: 3850160.
HSL color Cylindrical-coordinate representation of color #B0BF3A: hue angle of 66.77º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0BF3A is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 58 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.25 |
| HSL | 66.77º | 0.53% | 0.49% | - |
| HSV(B) | 66.77º | 0.7% | 0.75% | - |
| XYZ | 37.3 | 46.8 | 11.07 | - |
| YUV | 171.35 | 64.03 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 58 | 0.08 | 0 | 0.70 | 0.25 | 66.77 | 0.53 | 0.49 |
| Hex | B0 | BF | 3A | 8 | 0 | 46 | 19 | 43 | 35 | 31 |
| Octal | 260 | 277 | 72 | 10 | 0 | 106 | 31 | 103 | 65 | 61 |
| Binary | 10110000 | 10111111 | 111010 | 1000 | 0 | 1000110 | 11001 | 1000011 | 110101 | 110001 |
Color Harmonies of #B0BF3A
Complementary color
Monochromatic Colors of #B0BF3A
Black with #B0BF3A
Text Example
Text Example
White with #B0BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF3A; }
p { color: rgb(176,191,58); }
H1.HeaderClassName
{
color: #B0BF3A;
}
.AnyTagClassName
{
color: #B0BF3A;
}
</style>
background-color css
<style>
a { background-color: #B0BF3A; }
a { background-color: rgb(176,191,58); }
div.DivClassName
{
background-color: #B0BF3A;
}
.BgClassName
{
background-color: #B0BF3A;
}
</style>
border-color css
<style>
span { border-color: #B0BF3A; }
span { border-color: rgb(176,191,58); }
td.TdClassName
{
border-color: #B0BF3A;
}
.TagClassName
{
border-color: #B0BF3A;
}
</style>