Shades of Celery #B5CB46
Tints of Celery #B5CB46
RGB
CMYK
RGB Variations
Color information
#B5CB46 (or 0xB5CB46) is known color: Celery. HEX triplet: B5, CB and 46. RGB value is (181,203,70). Sum of RGB (Red+Green+Blue) = 181+203+70=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB46 is #4A34B9. Grayscale: #B5B5B5. Windows color (decimal): -4863162 or 4639669. OLE color: 4639669.
HSL color Cylindrical-coordinate representation of color #B5CB46: hue angle of 69.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5CB46 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 70 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.20 |
| HSL | 69.92º | 0.56% | 0.54% | - |
| HSV(B) | 69.92º | 0.66% | 0.8% | - |
| XYZ | 41.52 | 52.98 | 13.83 | - |
| YUV | 181.26 | 65.21 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 70 | 0.11 | 0 | 0.66 | 0.20 | 69.92 | 0.56 | 0.54 |
| Hex | B5 | CB | 46 | B | 0 | 42 | 14 | 46 | 38 | 36 |
| Octal | 265 | 313 | 106 | 13 | 0 | 102 | 24 | 106 | 70 | 66 |
| Binary | 10110101 | 11001011 | 1000110 | 1011 | 0 | 1000010 | 10100 | 1000110 | 111000 | 110110 |
Color Harmonies of #B5CB46
Complementary color
Monochromatic Colors of #B5CB46
Black with #B5CB46
Text Example
Text Example
White with #B5CB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB46; }
p { color: rgb(181,203,70); }
H1.HeaderClassName
{
color: #B5CB46;
}
.AnyTagClassName
{
color: #B5CB46;
}
</style>
background-color css
<style>
a { background-color: #B5CB46; }
a { background-color: rgb(181,203,70); }
div.DivClassName
{
background-color: #B5CB46;
}
.BgClassName
{
background-color: #B5CB46;
}
</style>
border-color css
<style>
span { border-color: #B5CB46; }
span { border-color: rgb(181,203,70); }
td.TdClassName
{
border-color: #B5CB46;
}
.TagClassName
{
border-color: #B5CB46;
}
</style>