Shades of Celery #B0CA4B
Tints of Celery #B0CA4B
RGB
CMYK
RGB Variations
Color information
#B0CA4B (or 0xB0CA4B) is known color: Celery. HEX triplet: B0, CA and 4B. RGB value is (176,202,75). Sum of RGB (Red+Green+Blue) = 176+202+75=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA4B is #4F35B4. Grayscale: #B4B4B4. Windows color (decimal): -5191093 or 4967088. OLE color: 4967088.
HSL color Cylindrical-coordinate representation of color #B0CA4B: hue angle of 72.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0CA4B is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 75 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.21 |
| HSL | 72.28º | 0.55% | 0.54% | - |
| HSV(B) | 72.28º | 0.63% | 0.79% | - |
| XYZ | 40.3 | 51.98 | 14.57 | - |
| YUV | 179.75 | 68.89 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 75 | 0.13 | 0 | 0.63 | 0.21 | 72.28 | 0.55 | 0.54 |
| Hex | B0 | CA | 4B | D | 0 | 3F | 15 | 48 | 37 | 36 |
| Octal | 260 | 312 | 113 | 15 | 0 | 77 | 25 | 110 | 67 | 66 |
| Binary | 10110000 | 11001010 | 1001011 | 1101 | 0 | 111111 | 10101 | 1001000 | 110111 | 110110 |
Color Harmonies of #B0CA4B
Complementary color
Monochromatic Colors of #B0CA4B
Black with #B0CA4B
Text Example
Text Example
White with #B0CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA4B; }
p { color: rgb(176,202,75); }
H1.HeaderClassName
{
color: #B0CA4B;
}
.AnyTagClassName
{
color: #B0CA4B;
}
</style>
background-color css
<style>
a { background-color: #B0CA4B; }
a { background-color: rgb(176,202,75); }
div.DivClassName
{
background-color: #B0CA4B;
}
.BgClassName
{
background-color: #B0CA4B;
}
</style>
border-color css
<style>
span { border-color: #B0CA4B; }
span { border-color: rgb(176,202,75); }
td.TdClassName
{
border-color: #B0CA4B;
}
.TagClassName
{
border-color: #B0CA4B;
}
</style>