Shades of Celery #B0CB3F
Tints of Celery #B0CB3F
RGB
CMYK
RGB Variations
Color information
#B0CB3F (or 0xB0CB3F) is known color: Celery. HEX triplet: B0, CB and 3F. RGB value is (176,203,63). Sum of RGB (Red+Green+Blue) = 176+203+63=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CB3F is #4F34C0. Grayscale: #B3B3B3. Windows color (decimal): -5190849 or 4180912. OLE color: 4180912.
HSL color Cylindrical-coordinate representation of color #B0CB3F: hue angle of 71.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0CB3F is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 63 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.20 |
| HSL | 71.57º | 0.57% | 0.52% | - |
| HSV(B) | 71.57º | 0.69% | 0.8% | - |
| XYZ | 40.16 | 52.3 | 12.68 | - |
| YUV | 178.97 | 62.55 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 63 | 0.13 | 0 | 0.69 | 0.20 | 71.57 | 0.57 | 0.52 |
| Hex | B0 | CB | 3F | D | 0 | 45 | 14 | 48 | 39 | 34 |
| Octal | 260 | 313 | 77 | 15 | 0 | 105 | 24 | 110 | 71 | 64 |
| Binary | 10110000 | 11001011 | 111111 | 1101 | 0 | 1000101 | 10100 | 1001000 | 111001 | 110100 |
Color Harmonies of #B0CB3F
Complementary color
Monochromatic Colors of #B0CB3F
Black with #B0CB3F
Text Example
Text Example
White with #B0CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CB3F; }
p { color: rgb(176,203,63); }
H1.HeaderClassName
{
color: #B0CB3F;
}
.AnyTagClassName
{
color: #B0CB3F;
}
</style>
background-color css
<style>
a { background-color: #B0CB3F; }
a { background-color: rgb(176,203,63); }
div.DivClassName
{
background-color: #B0CB3F;
}
.BgClassName
{
background-color: #B0CB3F;
}
</style>
border-color css
<style>
span { border-color: #B0CB3F; }
span { border-color: rgb(176,203,63); }
td.TdClassName
{
border-color: #B0CB3F;
}
.TagClassName
{
border-color: #B0CB3F;
}
</style>