Shades of Celery #B0BC3D
Tints of Celery #B0BC3D
RGB
CMYK
RGB Variations
Color information
#B0BC3D (or 0xB0BC3D) is known color: Celery. HEX triplet: B0, BC and 3D. RGB value is (176,188,61). Sum of RGB (Red+Green+Blue) = 176+188+61=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC3D is #4F43C2. Grayscale: #AAAAAA. Windows color (decimal): -5194691 or 4046000. OLE color: 4046000.
HSL color Cylindrical-coordinate representation of color #B0BC3D: hue angle of 65.67º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0BC3D is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 61 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.26 |
| HSL | 65.67º | 0.51% | 0.49% | - |
| HSV(B) | 65.67º | 0.68% | 0.74% | - |
| XYZ | 36.73 | 45.53 | 11.27 | - |
| YUV | 169.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 61 | 0.06 | 0 | 0.68 | 0.26 | 65.67 | 0.51 | 0.49 |
| Hex | B0 | BC | 3D | 6 | 0 | 44 | 1A | 42 | 33 | 31 |
| Octal | 260 | 274 | 75 | 6 | 0 | 104 | 32 | 102 | 63 | 61 |
| Binary | 10110000 | 10111100 | 111101 | 110 | 0 | 1000100 | 11010 | 1000010 | 110011 | 110001 |
Color Harmonies of #B0BC3D
Complementary color
Monochromatic Colors of #B0BC3D
Black with #B0BC3D
Text Example
Text Example
White with #B0BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC3D; }
p { color: rgb(176,188,61); }
H1.HeaderClassName
{
color: #B0BC3D;
}
.AnyTagClassName
{
color: #B0BC3D;
}
</style>
background-color css
<style>
a { background-color: #B0BC3D; }
a { background-color: rgb(176,188,61); }
div.DivClassName
{
background-color: #B0BC3D;
}
.BgClassName
{
background-color: #B0BC3D;
}
</style>
border-color css
<style>
span { border-color: #B0BC3D; }
span { border-color: rgb(176,188,61); }
td.TdClassName
{
border-color: #B0BC3D;
}
.TagClassName
{
border-color: #B0BC3D;
}
</style>