Shades of Celery #B1C03A
Tints of Celery #B1C03A
RGB
CMYK
RGB Variations
Color information
#B1C03A (or 0xB1C03A) is known color: Celery. HEX triplet: B1, C0 and 3A. RGB value is (177,192,58). Sum of RGB (Red+Green+Blue) = 177+192+58=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C03A is #4E3FC5. Grayscale: #ACACAC. Windows color (decimal): -5128134 or 3850417. OLE color: 3850417.
HSL color Cylindrical-coordinate representation of color #B1C03A: hue angle of 66.72º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1C03A is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 58 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.25 |
| HSL | 66.72º | 0.54% | 0.49% | - |
| HSV(B) | 66.72º | 0.7% | 0.75% | - |
| XYZ | 37.74 | 47.35 | 11.15 | - |
| YUV | 172.24 | 63.53 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 58 | 0.08 | 0 | 0.70 | 0.25 | 66.72 | 0.54 | 0.49 |
| Hex | B1 | C0 | 3A | 8 | 0 | 46 | 19 | 43 | 36 | 31 |
| Octal | 261 | 300 | 72 | 10 | 0 | 106 | 31 | 103 | 66 | 61 |
| Binary | 10110001 | 11000000 | 111010 | 1000 | 0 | 1000110 | 11001 | 1000011 | 110110 | 110001 |
Color Harmonies of #B1C03A
Complementary color
Monochromatic Colors of #B1C03A
Black with #B1C03A
Text Example
Text Example
White with #B1C03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C03A; }
p { color: rgb(177,192,58); }
H1.HeaderClassName
{
color: #B1C03A;
}
.AnyTagClassName
{
color: #B1C03A;
}
</style>
background-color css
<style>
a { background-color: #B1C03A; }
a { background-color: rgb(177,192,58); }
div.DivClassName
{
background-color: #B1C03A;
}
.BgClassName
{
background-color: #B1C03A;
}
</style>
border-color css
<style>
span { border-color: #B1C03A; }
span { border-color: rgb(177,192,58); }
td.TdClassName
{
border-color: #B1C03A;
}
.TagClassName
{
border-color: #B1C03A;
}
</style>