Shades of Celery #B0B54A
Tints of Celery #B0B54A
RGB
CMYK
RGB Variations
Color information
#B0B54A (or 0xB0B54A) is known color: Celery. HEX triplet: B0, B5 and 4A. RGB value is (176,181,74). Sum of RGB (Red+Green+Blue) = 176+181+74=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B54A is #4F4AB5. Grayscale: #A7A7A7. Windows color (decimal): -5196470 or 4896176. OLE color: 4896176.
HSL color Cylindrical-coordinate representation of color #B0B54A: hue angle of 62.8º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0B54A is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 74 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.29 |
| HSL | 62.8º | 0.42% | 0.5% | - |
| HSV(B) | 62.8º | 0.59% | 0.71% | - |
| XYZ | 35.66 | 42.77 | 12.85 | - |
| YUV | 167.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 74 | 0.03 | 0 | 0.59 | 0.29 | 62.8 | 0.42 | 0.5 |
| Hex | B0 | B5 | 4A | 3 | 0 | 3B | 1D | 3F | 2A | 32 |
| Octal | 260 | 265 | 112 | 3 | 0 | 73 | 35 | 77 | 52 | 62 |
| Binary | 10110000 | 10110101 | 1001010 | 11 | 0 | 111011 | 11101 | 111111 | 101010 | 110010 |
Color Harmonies of #B0B54A
Complementary color
Monochromatic Colors of #B0B54A
Black with #B0B54A
Text Example
Text Example
White with #B0B54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B54A; }
p { color: rgb(176,181,74); }
H1.HeaderClassName
{
color: #B0B54A;
}
.AnyTagClassName
{
color: #B0B54A;
}
</style>
background-color css
<style>
a { background-color: #B0B54A; }
a { background-color: rgb(176,181,74); }
div.DivClassName
{
background-color: #B0B54A;
}
.BgClassName
{
background-color: #B0B54A;
}
</style>
border-color css
<style>
span { border-color: #B0B54A; }
span { border-color: rgb(176,181,74); }
td.TdClassName
{
border-color: #B0B54A;
}
.TagClassName
{
border-color: #B0B54A;
}
</style>