Shades of Celery #B9BE3C
Tints of Celery #B9BE3C
RGB
CMYK
RGB Variations
Color information
#B9BE3C (or 0xB9BE3C) is known color: Celery. HEX triplet: B9, BE and 3C. RGB value is (185,190,60). Sum of RGB (Red+Green+Blue) = 185+190+60=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BE3C is #4641C3. Grayscale: #AEAEAE. Windows color (decimal): -4604356 or 3980985. OLE color: 3980985.
HSL color Cylindrical-coordinate representation of color #B9BE3C: hue angle of 62.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9BE3C is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 190 | 60 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.25 |
| HSL | 62.31º | 0.52% | 0.49% | - |
| HSV(B) | 62.31º | 0.68% | 0.75% | - |
| XYZ | 39.24 | 47.47 | 11.37 | - |
| YUV | 173.69 | 63.84 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 190 | 60 | 0.03 | 0 | 0.68 | 0.25 | 62.31 | 0.52 | 0.49 |
| Hex | B9 | BE | 3C | 3 | 0 | 44 | 19 | 3E | 34 | 31 |
| Octal | 271 | 276 | 74 | 3 | 0 | 104 | 31 | 76 | 64 | 61 |
| Binary | 10111001 | 10111110 | 111100 | 11 | 0 | 1000100 | 11001 | 111110 | 110100 | 110001 |
Color Harmonies of #B9BE3C
Complementary color
Monochromatic Colors of #B9BE3C
Black with #B9BE3C
Text Example
Text Example
White with #B9BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BE3C; }
p { color: rgb(185,190,60); }
H1.HeaderClassName
{
color: #B9BE3C;
}
.AnyTagClassName
{
color: #B9BE3C;
}
</style>
background-color css
<style>
a { background-color: #B9BE3C; }
a { background-color: rgb(185,190,60); }
div.DivClassName
{
background-color: #B9BE3C;
}
.BgClassName
{
background-color: #B9BE3C;
}
</style>
border-color css
<style>
span { border-color: #B9BE3C; }
span { border-color: rgb(185,190,60); }
td.TdClassName
{
border-color: #B9BE3C;
}
.TagClassName
{
border-color: #B9BE3C;
}
</style>