Shades of Celery #B0BF4A
Tints of Celery #B0BF4A
RGB
CMYK
RGB Variations
Color information
#B0BF4A (or 0xB0BF4A) is known color: Celery. HEX triplet: B0, BF and 4A. RGB value is (176,191,74). Sum of RGB (Red+Green+Blue) = 176+191+74=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF4A is #4F40B5. Grayscale: #ADADAD. Windows color (decimal): -5193910 or 4898736. OLE color: 4898736.
HSL color Cylindrical-coordinate representation of color #B0BF4A: hue angle of 67.69º 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 #B0BF4A is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 74 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.25 |
| HSL | 67.69º | 0.48% | 0.52% | - |
| HSV(B) | 67.69º | 0.61% | 0.75% | - |
| XYZ | 37.77 | 46.99 | 13.56 | - |
| YUV | 173.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 74 | 0.08 | 0 | 0.61 | 0.25 | 67.69 | 0.48 | 0.52 |
| Hex | B0 | BF | 4A | 8 | 0 | 3D | 19 | 44 | 30 | 34 |
| Octal | 260 | 277 | 112 | 10 | 0 | 75 | 31 | 104 | 60 | 64 |
| Binary | 10110000 | 10111111 | 1001010 | 1000 | 0 | 111101 | 11001 | 1000100 | 110000 | 110100 |
Color Harmonies of #B0BF4A
Complementary color
Monochromatic Colors of #B0BF4A
Black with #B0BF4A
Text Example
Text Example
White with #B0BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF4A; }
p { color: rgb(176,191,74); }
H1.HeaderClassName
{
color: #B0BF4A;
}
.AnyTagClassName
{
color: #B0BF4A;
}
</style>
background-color css
<style>
a { background-color: #B0BF4A; }
a { background-color: rgb(176,191,74); }
div.DivClassName
{
background-color: #B0BF4A;
}
.BgClassName
{
background-color: #B0BF4A;
}
</style>
border-color css
<style>
span { border-color: #B0BF4A; }
span { border-color: rgb(176,191,74); }
td.TdClassName
{
border-color: #B0BF4A;
}
.TagClassName
{
border-color: #B0BF4A;
}
</style>