Shades of Celery #B2B73A
Tints of Celery #B2B73A
RGB
CMYK
RGB Variations
Color information
#B2B73A (or 0xB2B73A) is known color: Celery. HEX triplet: B2, B7 and 3A. RGB value is (178,183,58). Sum of RGB (Red+Green+Blue) = 178+183+58=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B73A is #4D48C5. Grayscale: #A7A7A7. Windows color (decimal): -5064902 or 3848114. OLE color: 3848114.
HSL color Cylindrical-coordinate representation of color #B2B73A: hue angle of 62.4º 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 #B2B73A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 58 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.28 |
| HSL | 62.4º | 0.52% | 0.47% | - |
| HSV(B) | 62.4º | 0.68% | 0.72% | - |
| XYZ | 36.06 | 43.64 | 10.53 | - |
| YUV | 167.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 58 | 0.03 | 0 | 0.68 | 0.28 | 62.4 | 0.52 | 0.47 |
| Hex | B2 | B7 | 3A | 3 | 0 | 44 | 1C | 3E | 34 | 2F |
| Octal | 262 | 267 | 72 | 3 | 0 | 104 | 34 | 76 | 64 | 57 |
| Binary | 10110010 | 10110111 | 111010 | 11 | 0 | 1000100 | 11100 | 111110 | 110100 | 101111 |
Color Harmonies of #B2B73A
Complementary color
Monochromatic Colors of #B2B73A
Black with #B2B73A
Text Example
Text Example
White with #B2B73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B73A; }
p { color: rgb(178,183,58); }
H1.HeaderClassName
{
color: #B2B73A;
}
.AnyTagClassName
{
color: #B2B73A;
}
</style>
background-color css
<style>
a { background-color: #B2B73A; }
a { background-color: rgb(178,183,58); }
div.DivClassName
{
background-color: #B2B73A;
}
.BgClassName
{
background-color: #B2B73A;
}
</style>
border-color css
<style>
span { border-color: #B2B73A; }
span { border-color: rgb(178,183,58); }
td.TdClassName
{
border-color: #B2B73A;
}
.TagClassName
{
border-color: #B2B73A;
}
</style>