Shades of Celery #B9CF41
Tints of Celery #B9CF41
RGB
CMYK
RGB Variations
Color information
#B9CF41 (or 0xB9CF41) is known color: Celery. HEX triplet: B9, CF and 41. RGB value is (185,207,65). Sum of RGB (Red+Green+Blue) = 185+207+65=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF41 is #4630BE. Grayscale: #B8B8B8. Windows color (decimal): -4599999 or 4313017. OLE color: 4313017.
HSL color Cylindrical-coordinate representation of color #B9CF41: hue angle of 69.3º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9CF41 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 65 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.19 |
| HSL | 69.3º | 0.6% | 0.53% | - |
| HSV(B) | 69.3º | 0.69% | 0.81% | - |
| XYZ | 43.27 | 55.32 | 13.4 | - |
| YUV | 184.23 | 60.71 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 65 | 0.11 | 0 | 0.69 | 0.19 | 69.3 | 0.6 | 0.53 |
| Hex | B9 | CF | 41 | B | 0 | 45 | 13 | 45 | 3C | 35 |
| Octal | 271 | 317 | 101 | 13 | 0 | 105 | 23 | 105 | 74 | 65 |
| Binary | 10111001 | 11001111 | 1000001 | 1011 | 0 | 1000101 | 10011 | 1000101 | 111100 | 110101 |
Color Harmonies of #B9CF41
Complementary color
Monochromatic Colors of #B9CF41
Black with #B9CF41
Text Example
Text Example
White with #B9CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF41; }
p { color: rgb(185,207,65); }
H1.HeaderClassName
{
color: #B9CF41;
}
.AnyTagClassName
{
color: #B9CF41;
}
</style>
background-color css
<style>
a { background-color: #B9CF41; }
a { background-color: rgb(185,207,65); }
div.DivClassName
{
background-color: #B9CF41;
}
.BgClassName
{
background-color: #B9CF41;
}
</style>
border-color css
<style>
span { border-color: #B9CF41; }
span { border-color: rgb(185,207,65); }
td.TdClassName
{
border-color: #B9CF41;
}
.TagClassName
{
border-color: #B9CF41;
}
</style>