Shades of Celery #B3B449
Tints of Celery #B3B449
RGB
CMYK
RGB Variations
Color information
#B3B449 (or 0xB3B449) is known color: Celery. HEX triplet: B3, B4 and 49. RGB value is (179,180,73). Sum of RGB (Red+Green+Blue) = 179+180+73=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B449 is #4C4BB6. Grayscale: #A7A7A7. Windows color (decimal): -5000119 or 4830387. OLE color: 4830387.
HSL color Cylindrical-coordinate representation of color #B3B449: hue angle of 60.56º 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 #B3B449 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 180 | 73 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.29 |
| HSL | 60.56º | 0.42% | 0.5% | - |
| HSV(B) | 60.56º | 0.59% | 0.71% | - |
| XYZ | 36.11 | 42.71 | 12.64 | - |
| YUV | 167.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 180 | 73 | 0.01 | 0 | 0.59 | 0.29 | 60.56 | 0.42 | 0.5 |
| Hex | B3 | B4 | 49 | 1 | 0 | 3B | 1D | 3D | 2A | 32 |
| Octal | 263 | 264 | 111 | 1 | 0 | 73 | 35 | 75 | 52 | 62 |
| Binary | 10110011 | 10110100 | 1001001 | 1 | 0 | 111011 | 11101 | 111101 | 101010 | 110010 |
Color Harmonies of #B3B449
Complementary color
Monochromatic Colors of #B3B449
Black with #B3B449
Text Example
Text Example
White with #B3B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B449; }
p { color: rgb(179,180,73); }
H1.HeaderClassName
{
color: #B3B449;
}
.AnyTagClassName
{
color: #B3B449;
}
</style>
background-color css
<style>
a { background-color: #B3B449; }
a { background-color: rgb(179,180,73); }
div.DivClassName
{
background-color: #B3B449;
}
.BgClassName
{
background-color: #B3B449;
}
</style>
border-color css
<style>
span { border-color: #B3B449; }
span { border-color: rgb(179,180,73); }
td.TdClassName
{
border-color: #B3B449;
}
.TagClassName
{
border-color: #B3B449;
}
</style>