Shades of Celery #B5BE3C
Tints of Celery #B5BE3C
RGB
CMYK
RGB Variations
Color information
#B5BE3C (or 0xB5BE3C) is known color: Celery. HEX triplet: B5, BE and 3C. RGB value is (181,190,60). Sum of RGB (Red+Green+Blue) = 181+190+60=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE3C is #4A41C3. Grayscale: #ACACAC. Windows color (decimal): -4866500 or 3980981. OLE color: 3980981.
HSL color Cylindrical-coordinate representation of color #B5BE3C: hue angle of 64.15º 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 #B5BE3C is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 60 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.25 |
| HSL | 64.15º | 0.52% | 0.49% | - |
| HSV(B) | 64.15º | 0.68% | 0.75% | - |
| XYZ | 38.29 | 46.98 | 11.32 | - |
| YUV | 172.49 | 64.52 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 60 | 0.05 | 0 | 0.68 | 0.25 | 64.15 | 0.52 | 0.49 |
| Hex | B5 | BE | 3C | 5 | 0 | 44 | 19 | 40 | 34 | 31 |
| Octal | 265 | 276 | 74 | 5 | 0 | 104 | 31 | 100 | 64 | 61 |
| Binary | 10110101 | 10111110 | 111100 | 101 | 0 | 1000100 | 11001 | 1000000 | 110100 | 110001 |
Color Harmonies of #B5BE3C
Complementary color
Monochromatic Colors of #B5BE3C
Black with #B5BE3C
Text Example
Text Example
White with #B5BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE3C; }
p { color: rgb(181,190,60); }
H1.HeaderClassName
{
color: #B5BE3C;
}
.AnyTagClassName
{
color: #B5BE3C;
}
</style>
background-color css
<style>
a { background-color: #B5BE3C; }
a { background-color: rgb(181,190,60); }
div.DivClassName
{
background-color: #B5BE3C;
}
.BgClassName
{
background-color: #B5BE3C;
}
</style>
border-color css
<style>
span { border-color: #B5BE3C; }
span { border-color: rgb(181,190,60); }
td.TdClassName
{
border-color: #B5BE3C;
}
.TagClassName
{
border-color: #B5BE3C;
}
</style>