Shades of Celery #B0BE5A
Tints of Celery #B0BE5A
RGB
CMYK
RGB Variations
Color information
#B0BE5A (or 0xB0BE5A) is known color: Celery. HEX triplet: B0, BE and 5A. RGB value is (176,190,90). Sum of RGB (Red+Green+Blue) = 176+190+90=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE5A is #4F41A5. Grayscale: #AEAEAE. Windows color (decimal): -5194150 or 5947056. OLE color: 5947056.
HSL color Cylindrical-coordinate representation of color #B0BE5A: hue angle of 68.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0BE5A is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 90 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.25 |
| HSL | 68.4º | 0.43% | 0.55% | - |
| HSV(B) | 68.4º | 0.53% | 0.75% | - |
| XYZ | 38.16 | 46.8 | 16.69 | - |
| YUV | 174.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 90 | 0.07 | 0 | 0.53 | 0.25 | 68.4 | 0.43 | 0.55 |
| Hex | B0 | BE | 5A | 7 | 0 | 35 | 19 | 44 | 2B | 37 |
| Octal | 260 | 276 | 132 | 7 | 0 | 65 | 31 | 104 | 53 | 67 |
| Binary | 10110000 | 10111110 | 1011010 | 111 | 0 | 110101 | 11001 | 1000100 | 101011 | 110111 |
Color Harmonies of #B0BE5A
Complementary color
Monochromatic Colors of #B0BE5A
Black with #B0BE5A
Text Example
Text Example
White with #B0BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE5A; }
p { color: rgb(176,190,90); }
H1.HeaderClassName
{
color: #B0BE5A;
}
.AnyTagClassName
{
color: #B0BE5A;
}
</style>
background-color css
<style>
a { background-color: #B0BE5A; }
a { background-color: rgb(176,190,90); }
div.DivClassName
{
background-color: #B0BE5A;
}
.BgClassName
{
background-color: #B0BE5A;
}
</style>
border-color css
<style>
span { border-color: #B0BE5A; }
span { border-color: rgb(176,190,90); }
td.TdClassName
{
border-color: #B0BE5A;
}
.TagClassName
{
border-color: #B0BE5A;
}
</style>