Shades of Celery #B0B244
Tints of Celery #B0B244
RGB
CMYK
RGB Variations
Color information
#B0B244 (or 0xB0B244) is known color: Celery. HEX triplet: B0, B2 and 44. RGB value is (176,178,68). Sum of RGB (Red+Green+Blue) = 176+178+68=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B244 is #4F4DBB. Grayscale: #A5A5A5. Windows color (decimal): -5197244 or 4502192. OLE color: 4502192.
HSL color Cylindrical-coordinate representation of color #B0B244: hue angle of 61.09º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0B244 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 68 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.30 |
| HSL | 61.09º | 0.45% | 0.48% | - |
| HSV(B) | 61.09º | 0.62% | 0.7% | - |
| XYZ | 34.87 | 41.49 | 11.64 | - |
| YUV | 164.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 68 | 0.01 | 0 | 0.62 | 0.30 | 61.09 | 0.45 | 0.48 |
| Hex | B0 | B2 | 44 | 1 | 0 | 3E | 1E | 3D | 2D | 30 |
| Octal | 260 | 262 | 104 | 1 | 0 | 76 | 36 | 75 | 55 | 60 |
| Binary | 10110000 | 10110010 | 1000100 | 1 | 0 | 111110 | 11110 | 111101 | 101101 | 110000 |
Color Harmonies of #B0B244
Complementary color
Monochromatic Colors of #B0B244
Black with #B0B244
Text Example
Text Example
White with #B0B244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B244; }
p { color: rgb(176,178,68); }
H1.HeaderClassName
{
color: #B0B244;
}
.AnyTagClassName
{
color: #B0B244;
}
</style>
background-color css
<style>
a { background-color: #B0B244; }
a { background-color: rgb(176,178,68); }
div.DivClassName
{
background-color: #B0B244;
}
.BgClassName
{
background-color: #B0B244;
}
</style>
border-color css
<style>
span { border-color: #B0B244; }
span { border-color: rgb(176,178,68); }
td.TdClassName
{
border-color: #B0B244;
}
.TagClassName
{
border-color: #B0B244;
}
</style>