Shades of Celery #B5CE42
Tints of Celery #B5CE42
RGB
CMYK
RGB Variations
Color information
#B5CE42 (or 0xB5CE42) is known color: Celery. HEX triplet: B5, CE and 42. RGB value is (181,206,66). Sum of RGB (Red+Green+Blue) = 181+206+66=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CE42 is #4A31BD. Grayscale: #B7B7B7. Windows color (decimal): -4862398 or 4378293. OLE color: 4378293.
HSL color Cylindrical-coordinate representation of color #B5CE42: hue angle of 70.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5CE42 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 66 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.19 |
| HSL | 70.71º | 0.59% | 0.53% | - |
| HSV(B) | 70.71º | 0.68% | 0.81% | - |
| XYZ | 42.11 | 54.36 | 13.43 | - |
| YUV | 182.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 66 | 0.12 | 0 | 0.68 | 0.19 | 70.71 | 0.59 | 0.53 |
| Hex | B5 | CE | 42 | C | 0 | 44 | 13 | 47 | 3B | 35 |
| Octal | 265 | 316 | 102 | 14 | 0 | 104 | 23 | 107 | 73 | 65 |
| Binary | 10110101 | 11001110 | 1000010 | 1100 | 0 | 1000100 | 10011 | 1000111 | 111011 | 110101 |
Color Harmonies of #B5CE42
Complementary color
Monochromatic Colors of #B5CE42
Black with #B5CE42
Text Example
Text Example
White with #B5CE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE42; }
p { color: rgb(181,206,66); }
H1.HeaderClassName
{
color: #B5CE42;
}
.AnyTagClassName
{
color: #B5CE42;
}
</style>
background-color css
<style>
a { background-color: #B5CE42; }
a { background-color: rgb(181,206,66); }
div.DivClassName
{
background-color: #B5CE42;
}
.BgClassName
{
background-color: #B5CE42;
}
</style>
border-color css
<style>
span { border-color: #B5CE42; }
span { border-color: rgb(181,206,66); }
td.TdClassName
{
border-color: #B5CE42;
}
.TagClassName
{
border-color: #B5CE42;
}
</style>