Shades of Celery #B0BF3C
Tints of Celery #B0BF3C
RGB
CMYK
RGB Variations
Color information
#B0BF3C (or 0xB0BF3C) is known color: Celery. HEX triplet: B0, BF and 3C. RGB value is (176,191,60). Sum of RGB (Red+Green+Blue) = 176+191+60=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF3C is #4F40C3. Grayscale: #ACACAC. Windows color (decimal): -5193924 or 3981232. OLE color: 3981232.
HSL color Cylindrical-coordinate representation of color #B0BF3C: hue angle of 66.87º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0BF3C is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 60 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.25 |
| HSL | 66.87º | 0.52% | 0.49% | - |
| HSV(B) | 66.87º | 0.69% | 0.75% | - |
| XYZ | 37.35 | 46.82 | 11.34 | - |
| YUV | 171.58 | 65.03 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 60 | 0.08 | 0 | 0.69 | 0.25 | 66.87 | 0.52 | 0.49 |
| Hex | B0 | BF | 3C | 8 | 0 | 45 | 19 | 43 | 34 | 31 |
| Octal | 260 | 277 | 74 | 10 | 0 | 105 | 31 | 103 | 64 | 61 |
| Binary | 10110000 | 10111111 | 111100 | 1000 | 0 | 1000101 | 11001 | 1000011 | 110100 | 110001 |
Color Harmonies of #B0BF3C
Complementary color
Monochromatic Colors of #B0BF3C
Black with #B0BF3C
Text Example
Text Example
White with #B0BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF3C; }
p { color: rgb(176,191,60); }
H1.HeaderClassName
{
color: #B0BF3C;
}
.AnyTagClassName
{
color: #B0BF3C;
}
</style>
background-color css
<style>
a { background-color: #B0BF3C; }
a { background-color: rgb(176,191,60); }
div.DivClassName
{
background-color: #B0BF3C;
}
.BgClassName
{
background-color: #B0BF3C;
}
</style>
border-color css
<style>
span { border-color: #B0BF3C; }
span { border-color: rgb(176,191,60); }
td.TdClassName
{
border-color: #B0BF3C;
}
.TagClassName
{
border-color: #B0BF3C;
}
</style>