Shades of Celery #B5CA46
Tints of Celery #B5CA46
RGB
CMYK
RGB Variations
Color information
#B5CA46 (or 0xB5CA46) is known color: Celery. HEX triplet: B5, CA and 46. RGB value is (181,202,70). Sum of RGB (Red+Green+Blue) = 181+202+70=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA46 is #4A35B9. Grayscale: #B5B5B5. Windows color (decimal): -4863418 or 4639413. OLE color: 4639413.
HSL color Cylindrical-coordinate representation of color #B5CA46: hue angle of 69.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5CA46 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 70 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.21 |
| HSL | 69.55º | 0.55% | 0.53% | - |
| HSV(B) | 69.55º | 0.65% | 0.79% | - |
| XYZ | 41.28 | 52.51 | 13.75 | - |
| YUV | 180.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 70 | 0.10 | 0 | 0.65 | 0.21 | 69.55 | 0.55 | 0.53 |
| Hex | B5 | CA | 46 | A | 0 | 41 | 15 | 46 | 37 | 35 |
| Octal | 265 | 312 | 106 | 12 | 0 | 101 | 25 | 106 | 67 | 65 |
| Binary | 10110101 | 11001010 | 1000110 | 1010 | 0 | 1000001 | 10101 | 1000110 | 110111 | 110101 |
Color Harmonies of #B5CA46
Complementary color
Monochromatic Colors of #B5CA46
Black with #B5CA46
Text Example
Text Example
White with #B5CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA46; }
p { color: rgb(181,202,70); }
H1.HeaderClassName
{
color: #B5CA46;
}
.AnyTagClassName
{
color: #B5CA46;
}
</style>
background-color css
<style>
a { background-color: #B5CA46; }
a { background-color: rgb(181,202,70); }
div.DivClassName
{
background-color: #B5CA46;
}
.BgClassName
{
background-color: #B5CA46;
}
</style>
border-color css
<style>
span { border-color: #B5CA46; }
span { border-color: rgb(181,202,70); }
td.TdClassName
{
border-color: #B5CA46;
}
.TagClassName
{
border-color: #B5CA46;
}
</style>