Shades of Celery #B5CE46
Tints of Celery #B5CE46
RGB
CMYK
RGB Variations
Color information
#B5CE46 (or 0xB5CE46) is known color: Celery. HEX triplet: B5, CE and 46. RGB value is (181,206,70). Sum of RGB (Red+Green+Blue) = 181+206+70=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CE46 is #4A31B9. Grayscale: #B7B7B7. Windows color (decimal): -4862394 or 4640437. OLE color: 4640437.
HSL color Cylindrical-coordinate representation of color #B5CE46: hue angle of 71.03º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5CE46 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 70 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.19 |
| HSL | 71.03º | 0.58% | 0.54% | - |
| HSV(B) | 71.03º | 0.66% | 0.81% | - |
| XYZ | 42.23 | 54.41 | 14.07 | - |
| YUV | 183.02 | 64.22 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 70 | 0.12 | 0 | 0.66 | 0.19 | 71.03 | 0.58 | 0.54 |
| Hex | B5 | CE | 46 | C | 0 | 42 | 13 | 47 | 3A | 36 |
| Octal | 265 | 316 | 106 | 14 | 0 | 102 | 23 | 107 | 72 | 66 |
| Binary | 10110101 | 11001110 | 1000110 | 1100 | 0 | 1000010 | 10011 | 1000111 | 111010 | 110110 |
Color Harmonies of #B5CE46
Complementary color
Monochromatic Colors of #B5CE46
Black with #B5CE46
Text Example
Text Example
White with #B5CE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE46; }
p { color: rgb(181,206,70); }
H1.HeaderClassName
{
color: #B5CE46;
}
.AnyTagClassName
{
color: #B5CE46;
}
</style>
background-color css
<style>
a { background-color: #B5CE46; }
a { background-color: rgb(181,206,70); }
div.DivClassName
{
background-color: #B5CE46;
}
.BgClassName
{
background-color: #B5CE46;
}
</style>
border-color css
<style>
span { border-color: #B5CE46; }
span { border-color: rgb(181,206,70); }
td.TdClassName
{
border-color: #B5CE46;
}
.TagClassName
{
border-color: #B5CE46;
}
</style>