Shades of Celery #B2B346
Tints of Celery #B2B346
RGB
CMYK
RGB Variations
Color information
#B2B346 (or 0xB2B346) is known color: Celery. HEX triplet: B2, B3 and 46. RGB value is (178,179,70). Sum of RGB (Red+Green+Blue) = 178+179+70=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B346 is #4D4CB9. Grayscale: #A6A6A6. Windows color (decimal): -5065914 or 4633522. OLE color: 4633522.
HSL color Cylindrical-coordinate representation of color #B2B346: hue angle of 60.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2B346 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 70 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.30 |
| HSL | 60.55º | 0.44% | 0.49% | - |
| HSV(B) | 60.55º | 0.61% | 0.7% | - |
| XYZ | 35.59 | 42.15 | 12.05 | - |
| YUV | 166.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 70 | 0.01 | 0 | 0.61 | 0.30 | 60.55 | 0.44 | 0.49 |
| Hex | B2 | B3 | 46 | 1 | 0 | 3D | 1E | 3D | 2C | 31 |
| Octal | 262 | 263 | 106 | 1 | 0 | 75 | 36 | 75 | 54 | 61 |
| Binary | 10110010 | 10110011 | 1000110 | 1 | 0 | 111101 | 11110 | 111101 | 101100 | 110001 |
Color Harmonies of #B2B346
Complementary color
Monochromatic Colors of #B2B346
Black with #B2B346
Text Example
Text Example
White with #B2B346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B346; }
p { color: rgb(178,179,70); }
H1.HeaderClassName
{
color: #B2B346;
}
.AnyTagClassName
{
color: #B2B346;
}
</style>
background-color css
<style>
a { background-color: #B2B346; }
a { background-color: rgb(178,179,70); }
div.DivClassName
{
background-color: #B2B346;
}
.BgClassName
{
background-color: #B2B346;
}
</style>
border-color css
<style>
span { border-color: #B2B346; }
span { border-color: rgb(178,179,70); }
td.TdClassName
{
border-color: #B2B346;
}
.TagClassName
{
border-color: #B2B346;
}
</style>