Shades of Celery #B0CA3A
Tints of Celery #B0CA3A
RGB
CMYK
RGB Variations
Color information
#B0CA3A (or 0xB0CA3A) is known color: Celery. HEX triplet: B0, CA and 3A. RGB value is (176,202,58). Sum of RGB (Red+Green+Blue) = 176+202+58=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA3A is #4F35C5. Grayscale: #B2B2B2. Windows color (decimal): -5191110 or 3852976. OLE color: 3852976.
HSL color Cylindrical-coordinate representation of color #B0CA3A: hue angle of 70.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0CA3A is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 58 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.21 |
| HSL | 70.83º | 0.58% | 0.51% | - |
| HSV(B) | 70.83º | 0.71% | 0.79% | - |
| XYZ | 39.79 | 51.78 | 11.9 | - |
| YUV | 177.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 58 | 0.13 | 0 | 0.71 | 0.21 | 70.83 | 0.58 | 0.51 |
| Hex | B0 | CA | 3A | D | 0 | 47 | 15 | 47 | 3A | 33 |
| Octal | 260 | 312 | 72 | 15 | 0 | 107 | 25 | 107 | 72 | 63 |
| Binary | 10110000 | 11001010 | 111010 | 1101 | 0 | 1000111 | 10101 | 1000111 | 111010 | 110011 |
Color Harmonies of #B0CA3A
Complementary color
Monochromatic Colors of #B0CA3A
Black with #B0CA3A
Text Example
Text Example
White with #B0CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA3A; }
p { color: rgb(176,202,58); }
H1.HeaderClassName
{
color: #B0CA3A;
}
.AnyTagClassName
{
color: #B0CA3A;
}
</style>
background-color css
<style>
a { background-color: #B0CA3A; }
a { background-color: rgb(176,202,58); }
div.DivClassName
{
background-color: #B0CA3A;
}
.BgClassName
{
background-color: #B0CA3A;
}
</style>
border-color css
<style>
span { border-color: #B0CA3A; }
span { border-color: rgb(176,202,58); }
td.TdClassName
{
border-color: #B0CA3A;
}
.TagClassName
{
border-color: #B0CA3A;
}
</style>