Shades of Celery #B2B63E
Tints of Celery #B2B63E
RGB
CMYK
RGB Variations
Color information
#B2B63E (or 0xB2B63E) is known color: Celery. HEX triplet: B2, B6 and 3E. RGB value is (178,182,62). Sum of RGB (Red+Green+Blue) = 178+182+62=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B63E is #4D49C1. Grayscale: #A7A7A7. Windows color (decimal): -5065154 or 4110002. OLE color: 4110002.
HSL color Cylindrical-coordinate representation of color #B2B63E: hue angle of 62º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2B63E is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 62 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.29 |
| HSL | 62º | 0.49% | 0.48% | - |
| HSV(B) | 62º | 0.66% | 0.71% | - |
| XYZ | 35.96 | 43.27 | 11.01 | - |
| YUV | 167.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 62 | 0.02 | 0 | 0.66 | 0.29 | 62 | 0.49 | 0.48 |
| Hex | B2 | B6 | 3E | 2 | 0 | 42 | 1D | 3E | 31 | 30 |
| Octal | 262 | 266 | 76 | 2 | 0 | 102 | 35 | 76 | 61 | 60 |
| Binary | 10110010 | 10110110 | 111110 | 10 | 0 | 1000010 | 11101 | 111110 | 110001 | 110000 |
Color Harmonies of #B2B63E
Complementary color
Monochromatic Colors of #B2B63E
Black with #B2B63E
Text Example
Text Example
White with #B2B63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B63E; }
p { color: rgb(178,182,62); }
H1.HeaderClassName
{
color: #B2B63E;
}
.AnyTagClassName
{
color: #B2B63E;
}
</style>
background-color css
<style>
a { background-color: #B2B63E; }
a { background-color: rgb(178,182,62); }
div.DivClassName
{
background-color: #B2B63E;
}
.BgClassName
{
background-color: #B2B63E;
}
</style>
border-color css
<style>
span { border-color: #B2B63E; }
span { border-color: rgb(178,182,62); }
td.TdClassName
{
border-color: #B2B63E;
}
.TagClassName
{
border-color: #B2B63E;
}
</style>