Shades of Celery #B0C73A
Tints of Celery #B0C73A
RGB
CMYK
RGB Variations
Color information
#B0C73A (or 0xB0C73A) is known color: Celery. HEX triplet: B0, C7 and 3A. RGB value is (176,199,58). Sum of RGB (Red+Green+Blue) = 176+199+58=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C73A is #4F38C5. Grayscale: #B0B0B0. Windows color (decimal): -5191878 or 3852208. OLE color: 3852208.
HSL color Cylindrical-coordinate representation of color #B0C73A: hue angle of 69.79º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0C73A is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 58 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.22 |
| HSL | 69.79º | 0.56% | 0.5% | - |
| HSV(B) | 69.79º | 0.71% | 0.78% | - |
| XYZ | 39.09 | 50.38 | 11.67 | - |
| YUV | 176.05 | 61.38 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 58 | 0.12 | 0 | 0.71 | 0.22 | 69.79 | 0.56 | 0.5 |
| Hex | B0 | C7 | 3A | C | 0 | 47 | 16 | 46 | 38 | 32 |
| Octal | 260 | 307 | 72 | 14 | 0 | 107 | 26 | 106 | 70 | 62 |
| Binary | 10110000 | 11000111 | 111010 | 1100 | 0 | 1000111 | 10110 | 1000110 | 111000 | 110010 |
Color Harmonies of #B0C73A
Complementary color
Monochromatic Colors of #B0C73A
Black with #B0C73A
Text Example
Text Example
White with #B0C73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C73A; }
p { color: rgb(176,199,58); }
H1.HeaderClassName
{
color: #B0C73A;
}
.AnyTagClassName
{
color: #B0C73A;
}
</style>
background-color css
<style>
a { background-color: #B0C73A; }
a { background-color: rgb(176,199,58); }
div.DivClassName
{
background-color: #B0C73A;
}
.BgClassName
{
background-color: #B0C73A;
}
</style>
border-color css
<style>
span { border-color: #B0C73A; }
span { border-color: rgb(176,199,58); }
td.TdClassName
{
border-color: #B0C73A;
}
.TagClassName
{
border-color: #B0C73A;
}
</style>