Shades of Celery #B2B834
Tints of Celery #B2B834
RGB
CMYK
RGB Variations
Color information
#B2B834 (or 0xB2B834) is known color: Celery. HEX triplet: B2, B8 and 34. RGB value is (178,184,52). Sum of RGB (Red+Green+Blue) = 178+184+52=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B834 is #4D47CB. Grayscale: #A7A7A7. Windows color (decimal): -5064652 or 3455154. OLE color: 3455154.
HSL color Cylindrical-coordinate representation of color #B2B834: hue angle of 62.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2B834 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 52 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.28 |
| HSL | 62.73º | 0.56% | 0.46% | - |
| HSV(B) | 62.73º | 0.72% | 0.72% | - |
| XYZ | 36.12 | 43.99 | 9.84 | - |
| YUV | 167.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 52 | 0.03 | 0 | 0.72 | 0.28 | 62.73 | 0.56 | 0.46 |
| Hex | B2 | B8 | 34 | 3 | 0 | 48 | 1C | 3F | 38 | 2E |
| Octal | 262 | 270 | 64 | 3 | 0 | 110 | 34 | 77 | 70 | 56 |
| Binary | 10110010 | 10111000 | 110100 | 11 | 0 | 1001000 | 11100 | 111111 | 111000 | 101110 |
Color Harmonies of #B2B834
Complementary color
Monochromatic Colors of #B2B834
Black with #B2B834
Text Example
Text Example
White with #B2B834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B834; }
p { color: rgb(178,184,52); }
H1.HeaderClassName
{
color: #B2B834;
}
.AnyTagClassName
{
color: #B2B834;
}
</style>
background-color css
<style>
a { background-color: #B2B834; }
a { background-color: rgb(178,184,52); }
div.DivClassName
{
background-color: #B2B834;
}
.BgClassName
{
background-color: #B2B834;
}
</style>
border-color css
<style>
span { border-color: #B2B834; }
span { border-color: rgb(178,184,52); }
td.TdClassName
{
border-color: #B2B834;
}
.TagClassName
{
border-color: #B2B834;
}
</style>