Shades of Celery #B0B34D
Tints of Celery #B0B34D
RGB
CMYK
RGB Variations
Color information
#B0B34D (or 0xB0B34D) is known color: Celery. HEX triplet: B0, B3 and 4D. RGB value is (176,179,77). Sum of RGB (Red+Green+Blue) = 176+179+77=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B34D is #4F4CB2. Grayscale: #A6A6A6. Windows color (decimal): -5196979 or 5092272. OLE color: 5092272.
HSL color Cylindrical-coordinate representation of color #B0B34D: hue angle of 61.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0B34D is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 77 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.30 |
| HSL | 61.76º | 0.4% | 0.5% | - |
| HSV(B) | 61.76º | 0.57% | 0.7% | - |
| XYZ | 35.36 | 42.01 | 13.27 | - |
| YUV | 166.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 77 | 0.02 | 0 | 0.57 | 0.30 | 61.76 | 0.4 | 0.5 |
| Hex | B0 | B3 | 4D | 2 | 0 | 39 | 1E | 3E | 28 | 32 |
| Octal | 260 | 263 | 115 | 2 | 0 | 71 | 36 | 76 | 50 | 62 |
| Binary | 10110000 | 10110011 | 1001101 | 10 | 0 | 111001 | 11110 | 111110 | 101000 | 110010 |
Color Harmonies of #B0B34D
Complementary color
Monochromatic Colors of #B0B34D
Black with #B0B34D
Text Example
Text Example
White with #B0B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B34D; }
p { color: rgb(176,179,77); }
H1.HeaderClassName
{
color: #B0B34D;
}
.AnyTagClassName
{
color: #B0B34D;
}
</style>
background-color css
<style>
a { background-color: #B0B34D; }
a { background-color: rgb(176,179,77); }
div.DivClassName
{
background-color: #B0B34D;
}
.BgClassName
{
background-color: #B0B34D;
}
</style>
border-color css
<style>
span { border-color: #B0B34D; }
span { border-color: rgb(176,179,77); }
td.TdClassName
{
border-color: #B0B34D;
}
.TagClassName
{
border-color: #B0B34D;
}
</style>