Shades of Celery #B6BE3C
Tints of Celery #B6BE3C
RGB
CMYK
RGB Variations
Color information
#B6BE3C (or 0xB6BE3C) is known color: Celery. HEX triplet: B6, BE and 3C. RGB value is (182,190,60). Sum of RGB (Red+Green+Blue) = 182+190+60=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BE3C is #4941C3. Grayscale: #ADADAD. Windows color (decimal): -4800964 or 3980982. OLE color: 3980982.
HSL color Cylindrical-coordinate representation of color #B6BE3C: hue angle of 63.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6BE3C is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 190 | 60 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.25 |
| HSL | 63.69º | 0.52% | 0.49% | - |
| HSV(B) | 63.69º | 0.68% | 0.75% | - |
| XYZ | 38.52 | 47.1 | 11.34 | - |
| YUV | 172.79 | 64.35 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 190 | 60 | 0.04 | 0 | 0.68 | 0.25 | 63.69 | 0.52 | 0.49 |
| Hex | B6 | BE | 3C | 4 | 0 | 44 | 19 | 40 | 34 | 31 |
| Octal | 266 | 276 | 74 | 4 | 0 | 104 | 31 | 100 | 64 | 61 |
| Binary | 10110110 | 10111110 | 111100 | 100 | 0 | 1000100 | 11001 | 1000000 | 110100 | 110001 |
Color Harmonies of #B6BE3C
Complementary color
Monochromatic Colors of #B6BE3C
Black with #B6BE3C
Text Example
Text Example
White with #B6BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BE3C; }
p { color: rgb(182,190,60); }
H1.HeaderClassName
{
color: #B6BE3C;
}
.AnyTagClassName
{
color: #B6BE3C;
}
</style>
background-color css
<style>
a { background-color: #B6BE3C; }
a { background-color: rgb(182,190,60); }
div.DivClassName
{
background-color: #B6BE3C;
}
.BgClassName
{
background-color: #B6BE3C;
}
</style>
border-color css
<style>
span { border-color: #B6BE3C; }
span { border-color: rgb(182,190,60); }
td.TdClassName
{
border-color: #B6BE3C;
}
.TagClassName
{
border-color: #B6BE3C;
}
</style>