Shades of Celery #B1B449
Tints of Celery #B1B449
RGB
CMYK
RGB Variations
Color information
#B1B449 (or 0xB1B449) is known color: Celery. HEX triplet: B1, B4 and 49. RGB value is (177,180,73). Sum of RGB (Red+Green+Blue) = 177+180+73=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B449 is #4E4BB6. Grayscale: #A7A7A7. Windows color (decimal): -5131191 or 4830385. OLE color: 4830385.
HSL color Cylindrical-coordinate representation of color #B1B449: hue angle of 61.68º 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 #B1B449 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 73 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.29 |
| HSL | 61.68º | 0.42% | 0.5% | - |
| HSV(B) | 61.68º | 0.59% | 0.71% | - |
| XYZ | 35.66 | 42.47 | 12.62 | - |
| YUV | 166.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 73 | 0.02 | 0 | 0.59 | 0.29 | 61.68 | 0.42 | 0.5 |
| Hex | B1 | B4 | 49 | 2 | 0 | 3B | 1D | 3E | 2A | 32 |
| Octal | 261 | 264 | 111 | 2 | 0 | 73 | 35 | 76 | 52 | 62 |
| Binary | 10110001 | 10110100 | 1001001 | 10 | 0 | 111011 | 11101 | 111110 | 101010 | 110010 |
Color Harmonies of #B1B449
Complementary color
Monochromatic Colors of #B1B449
Black with #B1B449
Text Example
Text Example
White with #B1B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B449; }
p { color: rgb(177,180,73); }
H1.HeaderClassName
{
color: #B1B449;
}
.AnyTagClassName
{
color: #B1B449;
}
</style>
background-color css
<style>
a { background-color: #B1B449; }
a { background-color: rgb(177,180,73); }
div.DivClassName
{
background-color: #B1B449;
}
.BgClassName
{
background-color: #B1B449;
}
</style>
border-color css
<style>
span { border-color: #B1B449; }
span { border-color: rgb(177,180,73); }
td.TdClassName
{
border-color: #B1B449;
}
.TagClassName
{
border-color: #B1B449;
}
</style>