Shades of Celery #B1B448
Tints of Celery #B1B448
RGB
CMYK
RGB Variations
Color information
#B1B448 (or 0xB1B448) is known color: Celery. HEX triplet: B1, B4 and 48. RGB value is (177,180,72). Sum of RGB (Red+Green+Blue) = 177+180+72=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B448 is #4E4BB7. Grayscale: #A7A7A7. Windows color (decimal): -5131192 or 4764849. OLE color: 4764849.
HSL color Cylindrical-coordinate representation of color #B1B448: hue angle of 61.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1B448 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 72 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.29 |
| HSL | 61.67º | 0.43% | 0.49% | - |
| HSV(B) | 61.67º | 0.6% | 0.71% | - |
| XYZ | 35.62 | 42.46 | 12.45 | - |
| YUV | 166.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 72 | 0.02 | 0 | 0.60 | 0.29 | 61.67 | 0.43 | 0.49 |
| Hex | B1 | B4 | 48 | 2 | 0 | 3C | 1D | 3E | 2B | 31 |
| Octal | 261 | 264 | 110 | 2 | 0 | 74 | 35 | 76 | 53 | 61 |
| Binary | 10110001 | 10110100 | 1001000 | 10 | 0 | 111100 | 11101 | 111110 | 101011 | 110001 |
Color Harmonies of #B1B448
Complementary color
Monochromatic Colors of #B1B448
Black with #B1B448
Text Example
Text Example
White with #B1B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B448; }
p { color: rgb(177,180,72); }
H1.HeaderClassName
{
color: #B1B448;
}
.AnyTagClassName
{
color: #B1B448;
}
</style>
background-color css
<style>
a { background-color: #B1B448; }
a { background-color: rgb(177,180,72); }
div.DivClassName
{
background-color: #B1B448;
}
.BgClassName
{
background-color: #B1B448;
}
</style>
border-color css
<style>
span { border-color: #B1B448; }
span { border-color: rgb(177,180,72); }
td.TdClassName
{
border-color: #B1B448;
}
.TagClassName
{
border-color: #B1B448;
}
</style>