Shades of Celery #B0B844
Tints of Celery #B0B844
RGB
CMYK
RGB Variations
Color information
#B0B844 (or 0xB0B844) is known color: Celery. HEX triplet: B0, B8 and 44. RGB value is (176,184,68). Sum of RGB (Red+Green+Blue) = 176+184+68=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B844 is #4F47BB. Grayscale: #A8A8A8. Windows color (decimal): -5195708 or 4503728. OLE color: 4503728.
HSL color Cylindrical-coordinate representation of color #B0B844: hue angle of 64.14º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0B844 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 184 | 68 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.28 |
| HSL | 64.14º | 0.46% | 0.49% | - |
| HSV(B) | 64.14º | 0.63% | 0.72% | - |
| XYZ | 36.09 | 43.93 | 12.05 | - |
| YUV | 168.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 68 | 0.04 | 0 | 0.63 | 0.28 | 64.14 | 0.46 | 0.49 |
| Hex | B0 | B8 | 44 | 4 | 0 | 3F | 1C | 40 | 2E | 31 |
| Octal | 260 | 270 | 104 | 4 | 0 | 77 | 34 | 100 | 56 | 61 |
| Binary | 10110000 | 10111000 | 1000100 | 100 | 0 | 111111 | 11100 | 1000000 | 101110 | 110001 |
Color Harmonies of #B0B844
Complementary color
Monochromatic Colors of #B0B844
Black with #B0B844
Text Example
Text Example
White with #B0B844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B844; }
p { color: rgb(176,184,68); }
H1.HeaderClassName
{
color: #B0B844;
}
.AnyTagClassName
{
color: #B0B844;
}
</style>
background-color css
<style>
a { background-color: #B0B844; }
a { background-color: rgb(176,184,68); }
div.DivClassName
{
background-color: #B0B844;
}
.BgClassName
{
background-color: #B0B844;
}
</style>
border-color css
<style>
span { border-color: #B0B844; }
span { border-color: rgb(176,184,68); }
td.TdClassName
{
border-color: #B0B844;
}
.TagClassName
{
border-color: #B0B844;
}
</style>