Shades of Celery #B0B73C
Tints of Celery #B0B73C
RGB
CMYK
RGB Variations
Color information
#B0B73C (or 0xB0B73C) is known color: Celery. HEX triplet: B0, B7 and 3C. RGB value is (176,183,60). Sum of RGB (Red+Green+Blue) = 176+183+60=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B73C is #4F48C3. Grayscale: #A7A7A7. Windows color (decimal): -5195972 or 3979184. OLE color: 3979184.
HSL color Cylindrical-coordinate representation of color #B0B73C: hue angle of 63.41º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0B73C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 60 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.28 |
| HSL | 63.41º | 0.51% | 0.48% | - |
| HSV(B) | 63.41º | 0.67% | 0.72% | - |
| XYZ | 35.65 | 43.42 | 10.78 | - |
| YUV | 166.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 60 | 0.04 | 0 | 0.67 | 0.28 | 63.41 | 0.51 | 0.48 |
| Hex | B0 | B7 | 3C | 4 | 0 | 43 | 1C | 3F | 33 | 30 |
| Octal | 260 | 267 | 74 | 4 | 0 | 103 | 34 | 77 | 63 | 60 |
| Binary | 10110000 | 10110111 | 111100 | 100 | 0 | 1000011 | 11100 | 111111 | 110011 | 110000 |
Color Harmonies of #B0B73C
Complementary color
Monochromatic Colors of #B0B73C
Black with #B0B73C
Text Example
Text Example
White with #B0B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B73C; }
p { color: rgb(176,183,60); }
H1.HeaderClassName
{
color: #B0B73C;
}
.AnyTagClassName
{
color: #B0B73C;
}
</style>
background-color css
<style>
a { background-color: #B0B73C; }
a { background-color: rgb(176,183,60); }
div.DivClassName
{
background-color: #B0B73C;
}
.BgClassName
{
background-color: #B0B73C;
}
</style>
border-color css
<style>
span { border-color: #B0B73C; }
span { border-color: rgb(176,183,60); }
td.TdClassName
{
border-color: #B0B73C;
}
.TagClassName
{
border-color: #B0B73C;
}
</style>