Shades of Celery #B2B93A
Tints of Celery #B2B93A
RGB
CMYK
RGB Variations
Color information
#B2B93A (or 0xB2B93A) is known color: Celery. HEX triplet: B2, B9 and 3A. RGB value is (178,185,58). Sum of RGB (Red+Green+Blue) = 178+185+58=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B93A is #4D46C5. Grayscale: #A8A8A8. Windows color (decimal): -5064390 or 3848626. OLE color: 3848626.
HSL color Cylindrical-coordinate representation of color #B2B93A: hue angle of 63.31º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2B93A is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 58 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.27 |
| HSL | 63.31º | 0.52% | 0.48% | - |
| HSV(B) | 63.31º | 0.69% | 0.73% | - |
| XYZ | 36.47 | 44.47 | 10.66 | - |
| YUV | 168.43 | 65.68 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 58 | 0.04 | 0 | 0.69 | 0.27 | 63.31 | 0.52 | 0.48 |
| Hex | B2 | B9 | 3A | 4 | 0 | 45 | 1B | 3F | 34 | 30 |
| Octal | 262 | 271 | 72 | 4 | 0 | 105 | 33 | 77 | 64 | 60 |
| Binary | 10110010 | 10111001 | 111010 | 100 | 0 | 1000101 | 11011 | 111111 | 110100 | 110000 |
Color Harmonies of #B2B93A
Complementary color
Monochromatic Colors of #B2B93A
Black with #B2B93A
Text Example
Text Example
White with #B2B93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B93A; }
p { color: rgb(178,185,58); }
H1.HeaderClassName
{
color: #B2B93A;
}
.AnyTagClassName
{
color: #B2B93A;
}
</style>
background-color css
<style>
a { background-color: #B2B93A; }
a { background-color: rgb(178,185,58); }
div.DivClassName
{
background-color: #B2B93A;
}
.BgClassName
{
background-color: #B2B93A;
}
</style>
border-color css
<style>
span { border-color: #B2B93A; }
span { border-color: rgb(178,185,58); }
td.TdClassName
{
border-color: #B2B93A;
}
.TagClassName
{
border-color: #B2B93A;
}
</style>