Shades of Celery #B1C036
Tints of Celery #B1C036
RGB
CMYK
RGB Variations
Color information
#B1C036 (or 0xB1C036) is known color: Celery. HEX triplet: B1, C0 and 36. RGB value is (177,192,54). Sum of RGB (Red+Green+Blue) = 177+192+54=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C036 is #4E3FC9. Grayscale: #ACACAC. Windows color (decimal): -5128138 or 3588273. OLE color: 3588273.
HSL color Cylindrical-coordinate representation of color #B1C036: hue angle of 66.52º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1C036 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 54 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.25 |
| HSL | 66.52º | 0.56% | 0.48% | - |
| HSV(B) | 66.52º | 0.72% | 0.75% | - |
| XYZ | 37.65 | 47.31 | 10.64 | - |
| YUV | 171.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 54 | 0.08 | 0 | 0.72 | 0.25 | 66.52 | 0.56 | 0.48 |
| Hex | B1 | C0 | 36 | 8 | 0 | 48 | 19 | 43 | 38 | 30 |
| Octal | 261 | 300 | 66 | 10 | 0 | 110 | 31 | 103 | 70 | 60 |
| Binary | 10110001 | 11000000 | 110110 | 1000 | 0 | 1001000 | 11001 | 1000011 | 111000 | 110000 |
Color Harmonies of #B1C036
Complementary color
Monochromatic Colors of #B1C036
Black with #B1C036
Text Example
Text Example
White with #B1C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C036; }
p { color: rgb(177,192,54); }
H1.HeaderClassName
{
color: #B1C036;
}
.AnyTagClassName
{
color: #B1C036;
}
</style>
background-color css
<style>
a { background-color: #B1C036; }
a { background-color: rgb(177,192,54); }
div.DivClassName
{
background-color: #B1C036;
}
.BgClassName
{
background-color: #B1C036;
}
</style>
border-color css
<style>
span { border-color: #B1C036; }
span { border-color: rgb(177,192,54); }
td.TdClassName
{
border-color: #B1C036;
}
.TagClassName
{
border-color: #B1C036;
}
</style>