Shades of Celery #B1C33C
Tints of Celery #B1C33C
RGB
CMYK
RGB Variations
Color information
#B1C33C (or 0xB1C33C) is known color: Celery. HEX triplet: B1, C3 and 3C. RGB value is (177,195,60). Sum of RGB (Red+Green+Blue) = 177+195+60=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C33C is #4E3CC3. Grayscale: #AEAEAE. Windows color (decimal): -5127364 or 3982257. OLE color: 3982257.
HSL color Cylindrical-coordinate representation of color #B1C33C: hue angle of 68º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1C33C is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 60 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.24 |
| HSL | 68º | 0.53% | 0.5% | - |
| HSV(B) | 68º | 0.69% | 0.76% | - |
| XYZ | 38.46 | 48.7 | 11.65 | - |
| YUV | 174.23 | 63.54 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 60 | 0.09 | 0 | 0.69 | 0.24 | 68 | 0.53 | 0.5 |
| Hex | B1 | C3 | 3C | 9 | 0 | 45 | 18 | 44 | 35 | 32 |
| Octal | 261 | 303 | 74 | 11 | 0 | 105 | 30 | 104 | 65 | 62 |
| Binary | 10110001 | 11000011 | 111100 | 1001 | 0 | 1000101 | 11000 | 1000100 | 110101 | 110010 |
Color Harmonies of #B1C33C
Complementary color
Monochromatic Colors of #B1C33C
Black with #B1C33C
Text Example
Text Example
White with #B1C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C33C; }
p { color: rgb(177,195,60); }
H1.HeaderClassName
{
color: #B1C33C;
}
.AnyTagClassName
{
color: #B1C33C;
}
</style>
background-color css
<style>
a { background-color: #B1C33C; }
a { background-color: rgb(177,195,60); }
div.DivClassName
{
background-color: #B1C33C;
}
.BgClassName
{
background-color: #B1C33C;
}
</style>
border-color css
<style>
span { border-color: #B1C33C; }
span { border-color: rgb(177,195,60); }
td.TdClassName
{
border-color: #B1C33C;
}
.TagClassName
{
border-color: #B1C33C;
}
</style>