Shades of Celery #B0B735
Tints of Celery #B0B735
RGB
CMYK
RGB Variations
Color information
#B0B735 (or 0xB0B735) is known color: Celery. HEX triplet: B0, B7 and 35. RGB value is (176,183,53). Sum of RGB (Red+Green+Blue) = 176+183+53=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B735 is #4F48CA. Grayscale: #A6A6A6. Windows color (decimal): -5195979 or 3520432. OLE color: 3520432.
HSL color Cylindrical-coordinate representation of color #B0B735: hue angle of 63.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0B735 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 53 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.28 |
| HSL | 63.23º | 0.55% | 0.46% | - |
| HSV(B) | 63.23º | 0.71% | 0.72% | - |
| XYZ | 35.48 | 43.35 | 9.87 | - |
| YUV | 166.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 53 | 0.04 | 0 | 0.71 | 0.28 | 63.23 | 0.55 | 0.46 |
| Hex | B0 | B7 | 35 | 4 | 0 | 47 | 1C | 3F | 37 | 2E |
| Octal | 260 | 267 | 65 | 4 | 0 | 107 | 34 | 77 | 67 | 56 |
| Binary | 10110000 | 10110111 | 110101 | 100 | 0 | 1000111 | 11100 | 111111 | 110111 | 101110 |
Color Harmonies of #B0B735
Complementary color
Monochromatic Colors of #B0B735
Black with #B0B735
Text Example
Text Example
White with #B0B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B735; }
p { color: rgb(176,183,53); }
H1.HeaderClassName
{
color: #B0B735;
}
.AnyTagClassName
{
color: #B0B735;
}
</style>
background-color css
<style>
a { background-color: #B0B735; }
a { background-color: rgb(176,183,53); }
div.DivClassName
{
background-color: #B0B735;
}
.BgClassName
{
background-color: #B0B735;
}
</style>
border-color css
<style>
span { border-color: #B0B735; }
span { border-color: rgb(176,183,53); }
td.TdClassName
{
border-color: #B0B735;
}
.TagClassName
{
border-color: #B0B735;
}
</style>