Shades of Celery #B0BD4A
Tints of Celery #B0BD4A
RGB
CMYK
RGB Variations
Color information
#B0BD4A (or 0xB0BD4A) is known color: Celery. HEX triplet: B0, BD and 4A. RGB value is (176,189,74). Sum of RGB (Red+Green+Blue) = 176+189+74=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD4A is #4F42B5. Grayscale: #ACACAC. Windows color (decimal): -5194422 or 4898224. OLE color: 4898224.
HSL color Cylindrical-coordinate representation of color #B0BD4A: hue angle of 66.78º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0BD4A is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 74 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.26 |
| HSL | 66.78º | 0.47% | 0.52% | - |
| HSV(B) | 66.78º | 0.61% | 0.74% | - |
| XYZ | 37.34 | 46.12 | 13.41 | - |
| YUV | 172 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 74 | 0.07 | 0 | 0.61 | 0.26 | 66.78 | 0.47 | 0.52 |
| Hex | B0 | BD | 4A | 7 | 0 | 3D | 1A | 43 | 2F | 34 |
| Octal | 260 | 275 | 112 | 7 | 0 | 75 | 32 | 103 | 57 | 64 |
| Binary | 10110000 | 10111101 | 1001010 | 111 | 0 | 111101 | 11010 | 1000011 | 101111 | 110100 |
Color Harmonies of #B0BD4A
Complementary color
Monochromatic Colors of #B0BD4A
Black with #B0BD4A
Text Example
Text Example
White with #B0BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD4A; }
p { color: rgb(176,189,74); }
H1.HeaderClassName
{
color: #B0BD4A;
}
.AnyTagClassName
{
color: #B0BD4A;
}
</style>
background-color css
<style>
a { background-color: #B0BD4A; }
a { background-color: rgb(176,189,74); }
div.DivClassName
{
background-color: #B0BD4A;
}
.BgClassName
{
background-color: #B0BD4A;
}
</style>
border-color css
<style>
span { border-color: #B0BD4A; }
span { border-color: rgb(176,189,74); }
td.TdClassName
{
border-color: #B0BD4A;
}
.TagClassName
{
border-color: #B0BD4A;
}
</style>