Shades of Celery #B2B63A
Tints of Celery #B2B63A
RGB
CMYK
RGB Variations
Color information
#B2B63A (or 0xB2B63A) is known color: Celery. HEX triplet: B2, B6 and 3A. RGB value is (178,182,58). Sum of RGB (Red+Green+Blue) = 178+182+58=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B63A is #4D49C5. Grayscale: #A7A7A7. Windows color (decimal): -5065158 or 3847858. OLE color: 3847858.
HSL color Cylindrical-coordinate representation of color #B2B63A: hue angle of 61.94º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2B63A is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 58 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.29 |
| HSL | 61.94º | 0.52% | 0.47% | - |
| HSV(B) | 61.94º | 0.68% | 0.71% | - |
| XYZ | 35.85 | 43.23 | 10.46 | - |
| YUV | 166.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 58 | 0.02 | 0 | 0.68 | 0.29 | 61.94 | 0.52 | 0.47 |
| Hex | B2 | B6 | 3A | 2 | 0 | 44 | 1D | 3E | 34 | 2F |
| Octal | 262 | 266 | 72 | 2 | 0 | 104 | 35 | 76 | 64 | 57 |
| Binary | 10110010 | 10110110 | 111010 | 10 | 0 | 1000100 | 11101 | 111110 | 110100 | 101111 |
Color Harmonies of #B2B63A
Complementary color
Monochromatic Colors of #B2B63A
Black with #B2B63A
Text Example
Text Example
White with #B2B63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B63A; }
p { color: rgb(178,182,58); }
H1.HeaderClassName
{
color: #B2B63A;
}
.AnyTagClassName
{
color: #B2B63A;
}
</style>
background-color css
<style>
a { background-color: #B2B63A; }
a { background-color: rgb(178,182,58); }
div.DivClassName
{
background-color: #B2B63A;
}
.BgClassName
{
background-color: #B2B63A;
}
</style>
border-color css
<style>
span { border-color: #B2B63A; }
span { border-color: rgb(178,182,58); }
td.TdClassName
{
border-color: #B2B63A;
}
.TagClassName
{
border-color: #B2B63A;
}
</style>