Shades of Celery #B1CF45
Tints of Celery #B1CF45
RGB
CMYK
RGB Variations
Color information
#B1CF45 (or 0xB1CF45) is known color: Celery. HEX triplet: B1, CF and 45. RGB value is (177,207,69). Sum of RGB (Red+Green+Blue) = 177+207+69=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CF45 is #4E30BA. Grayscale: #B6B6B6. Windows color (decimal): -5124283 or 4575153. OLE color: 4575153.
HSL color Cylindrical-coordinate representation of color #B1CF45: hue angle of 73.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1CF45 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 69 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.19 |
| HSL | 73.04º | 0.59% | 0.54% | - |
| HSV(B) | 73.04º | 0.67% | 0.81% | - |
| XYZ | 41.52 | 54.4 | 13.94 | - |
| YUV | 182.3 | 64.06 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 69 | 0.14 | 0 | 0.67 | 0.19 | 73.04 | 0.59 | 0.54 |
| Hex | B1 | CF | 45 | E | 0 | 43 | 13 | 49 | 3B | 36 |
| Octal | 261 | 317 | 105 | 16 | 0 | 103 | 23 | 111 | 73 | 66 |
| Binary | 10110001 | 11001111 | 1000101 | 1110 | 0 | 1000011 | 10011 | 1001001 | 111011 | 110110 |
Color Harmonies of #B1CF45
Complementary color
Monochromatic Colors of #B1CF45
Black with #B1CF45
Text Example
Text Example
White with #B1CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF45; }
p { color: rgb(177,207,69); }
H1.HeaderClassName
{
color: #B1CF45;
}
.AnyTagClassName
{
color: #B1CF45;
}
</style>
background-color css
<style>
a { background-color: #B1CF45; }
a { background-color: rgb(177,207,69); }
div.DivClassName
{
background-color: #B1CF45;
}
.BgClassName
{
background-color: #B1CF45;
}
</style>
border-color css
<style>
span { border-color: #B1CF45; }
span { border-color: rgb(177,207,69); }
td.TdClassName
{
border-color: #B1CF45;
}
.TagClassName
{
border-color: #B1CF45;
}
</style>