Shades of Celery #B1C63A
Tints of Celery #B1C63A
RGB
CMYK
RGB Variations
Color information
#B1C63A (or 0xB1C63A) is known color: Celery. HEX triplet: B1, C6 and 3A. RGB value is (177,198,58). Sum of RGB (Red+Green+Blue) = 177+198+58=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C63A is #4E39C5. Grayscale: #B0B0B0. Windows color (decimal): -5126598 or 3851953. OLE color: 3851953.
HSL color Cylindrical-coordinate representation of color #B1C63A: hue angle of 69º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1C63A is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 58 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.22 |
| HSL | 69º | 0.55% | 0.5% | - |
| HSV(B) | 69º | 0.71% | 0.78% | - |
| XYZ | 39.09 | 50.04 | 11.6 | - |
| YUV | 175.76 | 61.54 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 58 | 0.11 | 0 | 0.71 | 0.22 | 69 | 0.55 | 0.5 |
| Hex | B1 | C6 | 3A | B | 0 | 47 | 16 | 45 | 37 | 32 |
| Octal | 261 | 306 | 72 | 13 | 0 | 107 | 26 | 105 | 67 | 62 |
| Binary | 10110001 | 11000110 | 111010 | 1011 | 0 | 1000111 | 10110 | 1000101 | 110111 | 110010 |
Color Harmonies of #B1C63A
Complementary color
Monochromatic Colors of #B1C63A
Black with #B1C63A
Text Example
Text Example
White with #B1C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C63A; }
p { color: rgb(177,198,58); }
H1.HeaderClassName
{
color: #B1C63A;
}
.AnyTagClassName
{
color: #B1C63A;
}
</style>
background-color css
<style>
a { background-color: #B1C63A; }
a { background-color: rgb(177,198,58); }
div.DivClassName
{
background-color: #B1C63A;
}
.BgClassName
{
background-color: #B1C63A;
}
</style>
border-color css
<style>
span { border-color: #B1C63A; }
span { border-color: rgb(177,198,58); }
td.TdClassName
{
border-color: #B1C63A;
}
.TagClassName
{
border-color: #B1C63A;
}
</style>