Shades of Celery #B2B63F
Tints of Celery #B2B63F
RGB
CMYK
RGB Variations
Color information
#B2B63F (or 0xB2B63F) is known color: Celery. HEX triplet: B2, B6 and 3F. RGB value is (178,182,63). Sum of RGB (Red+Green+Blue) = 178+182+63=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B63F is #4D49C0. Grayscale: #A7A7A7. Windows color (decimal): -5065153 or 4175538. OLE color: 4175538.
HSL color Cylindrical-coordinate representation of color #B2B63F: hue angle of 62.02º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2B63F is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 63 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.29 |
| HSL | 62.02º | 0.49% | 0.48% | - |
| HSV(B) | 62.02º | 0.65% | 0.71% | - |
| XYZ | 35.99 | 43.28 | 11.16 | - |
| YUV | 167.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 63 | 0.02 | 0 | 0.65 | 0.29 | 62.02 | 0.49 | 0.48 |
| Hex | B2 | B6 | 3F | 2 | 0 | 41 | 1D | 3E | 31 | 30 |
| Octal | 262 | 266 | 77 | 2 | 0 | 101 | 35 | 76 | 61 | 60 |
| Binary | 10110010 | 10110110 | 111111 | 10 | 0 | 1000001 | 11101 | 111110 | 110001 | 110000 |
Color Harmonies of #B2B63F
Complementary color
Monochromatic Colors of #B2B63F
Black with #B2B63F
Text Example
Text Example
White with #B2B63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B63F; }
p { color: rgb(178,182,63); }
H1.HeaderClassName
{
color: #B2B63F;
}
.AnyTagClassName
{
color: #B2B63F;
}
</style>
background-color css
<style>
a { background-color: #B2B63F; }
a { background-color: rgb(178,182,63); }
div.DivClassName
{
background-color: #B2B63F;
}
.BgClassName
{
background-color: #B2B63F;
}
</style>
border-color css
<style>
span { border-color: #B2B63F; }
span { border-color: rgb(178,182,63); }
td.TdClassName
{
border-color: #B2B63F;
}
.TagClassName
{
border-color: #B2B63F;
}
</style>