Shades of Celery #B5C43A
Tints of Celery #B5C43A
RGB
CMYK
RGB Variations
Color information
#B5C43A (or 0xB5C43A) is known color: Celery. HEX triplet: B5, C4 and 3A. RGB value is (181,196,58). Sum of RGB (Red+Green+Blue) = 181+196+58=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C43A is #4A3BC5. Grayscale: #B0B0B0. Windows color (decimal): -4864966 or 3851445. OLE color: 3851445.
HSL color Cylindrical-coordinate representation of color #B5C43A: hue angle of 66.52º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5C43A is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 58 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.23 |
| HSL | 66.52º | 0.54% | 0.5% | - |
| HSV(B) | 66.52º | 0.7% | 0.77% | - |
| XYZ | 39.56 | 49.61 | 11.49 | - |
| YUV | 175.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 58 | 0.08 | 0 | 0.70 | 0.23 | 66.52 | 0.54 | 0.5 |
| Hex | B5 | C4 | 3A | 8 | 0 | 46 | 17 | 43 | 36 | 32 |
| Octal | 265 | 304 | 72 | 10 | 0 | 106 | 27 | 103 | 66 | 62 |
| Binary | 10110101 | 11000100 | 111010 | 1000 | 0 | 1000110 | 10111 | 1000011 | 110110 | 110010 |
Color Harmonies of #B5C43A
Complementary color
Monochromatic Colors of #B5C43A
Black with #B5C43A
Text Example
Text Example
White with #B5C43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C43A; }
p { color: rgb(181,196,58); }
H1.HeaderClassName
{
color: #B5C43A;
}
.AnyTagClassName
{
color: #B5C43A;
}
</style>
background-color css
<style>
a { background-color: #B5C43A; }
a { background-color: rgb(181,196,58); }
div.DivClassName
{
background-color: #B5C43A;
}
.BgClassName
{
background-color: #B5C43A;
}
</style>
border-color css
<style>
span { border-color: #B5C43A; }
span { border-color: rgb(181,196,58); }
td.TdClassName
{
border-color: #B5C43A;
}
.TagClassName
{
border-color: #B5C43A;
}
</style>