Shades of Celery #B9CF45
Tints of Celery #B9CF45
RGB
CMYK
RGB Variations
Color information
#B9CF45 (or 0xB9CF45) is known color: Celery. HEX triplet: B9, CF and 45. RGB value is (185,207,69). Sum of RGB (Red+Green+Blue) = 185+207+69=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF45 is #4630BA. Grayscale: #B9B9B9. Windows color (decimal): -4599995 or 4575161. OLE color: 4575161.
HSL color Cylindrical-coordinate representation of color #B9CF45: hue angle of 69.57º 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 #B9CF45 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 69 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.19 |
| HSL | 69.57º | 0.59% | 0.54% | - |
| HSV(B) | 69.57º | 0.67% | 0.81% | - |
| XYZ | 43.39 | 55.37 | 14.03 | - |
| YUV | 184.69 | 62.71 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 69 | 0.11 | 0 | 0.67 | 0.19 | 69.57 | 0.59 | 0.54 |
| Hex | B9 | CF | 45 | B | 0 | 43 | 13 | 46 | 3B | 36 |
| Octal | 271 | 317 | 105 | 13 | 0 | 103 | 23 | 106 | 73 | 66 |
| Binary | 10111001 | 11001111 | 1000101 | 1011 | 0 | 1000011 | 10011 | 1000110 | 111011 | 110110 |
Color Harmonies of #B9CF45
Complementary color
Monochromatic Colors of #B9CF45
Black with #B9CF45
Text Example
Text Example
White with #B9CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF45; }
p { color: rgb(185,207,69); }
H1.HeaderClassName
{
color: #B9CF45;
}
.AnyTagClassName
{
color: #B9CF45;
}
</style>
background-color css
<style>
a { background-color: #B9CF45; }
a { background-color: rgb(185,207,69); }
div.DivClassName
{
background-color: #B9CF45;
}
.BgClassName
{
background-color: #B9CF45;
}
</style>
border-color css
<style>
span { border-color: #B9CF45; }
span { border-color: rgb(185,207,69); }
td.TdClassName
{
border-color: #B9CF45;
}
.TagClassName
{
border-color: #B9CF45;
}
</style>