Shades of Celery #B2B83A
Tints of Celery #B2B83A
RGB
CMYK
RGB Variations
Color information
#B2B83A (or 0xB2B83A) is known color: Celery. HEX triplet: B2, B8 and 3A. RGB value is (178,184,58). Sum of RGB (Red+Green+Blue) = 178+184+58=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B83A is #4D47C5. Grayscale: #A8A8A8. Windows color (decimal): -5064646 or 3848370. OLE color: 3848370.
HSL color Cylindrical-coordinate representation of color #B2B83A: hue angle of 62.86º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2B83A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 58 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.28 |
| HSL | 62.86º | 0.52% | 0.47% | - |
| HSV(B) | 62.86º | 0.68% | 0.72% | - |
| XYZ | 36.26 | 44.05 | 10.59 | - |
| YUV | 167.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 58 | 0.03 | 0 | 0.68 | 0.28 | 62.86 | 0.52 | 0.47 |
| Hex | B2 | B8 | 3A | 3 | 0 | 44 | 1C | 3F | 34 | 2F |
| Octal | 262 | 270 | 72 | 3 | 0 | 104 | 34 | 77 | 64 | 57 |
| Binary | 10110010 | 10111000 | 111010 | 11 | 0 | 1000100 | 11100 | 111111 | 110100 | 101111 |
Color Harmonies of #B2B83A
Complementary color
Monochromatic Colors of #B2B83A
Black with #B2B83A
Text Example
Text Example
White with #B2B83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B83A; }
p { color: rgb(178,184,58); }
H1.HeaderClassName
{
color: #B2B83A;
}
.AnyTagClassName
{
color: #B2B83A;
}
</style>
background-color css
<style>
a { background-color: #B2B83A; }
a { background-color: rgb(178,184,58); }
div.DivClassName
{
background-color: #B2B83A;
}
.BgClassName
{
background-color: #B2B83A;
}
</style>
border-color css
<style>
span { border-color: #B2B83A; }
span { border-color: rgb(178,184,58); }
td.TdClassName
{
border-color: #B2B83A;
}
.TagClassName
{
border-color: #B2B83A;
}
</style>