Shades of Celery #B2BF3E
Tints of Celery #B2BF3E
RGB
CMYK
RGB Variations
Color information
#B2BF3E (or 0xB2BF3E) is known color: Celery. HEX triplet: B2, BF and 3E. RGB value is (178,191,62). Sum of RGB (Red+Green+Blue) = 178+191+62=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF3E is #4D40C1. Grayscale: #ACACAC. Windows color (decimal): -5062850 or 4112306. OLE color: 4112306.
HSL color Cylindrical-coordinate representation of color #B2BF3E: hue angle of 66.05º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2BF3E is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 62 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.25 |
| HSL | 66.05º | 0.51% | 0.5% | - |
| HSV(B) | 66.05º | 0.68% | 0.75% | - |
| XYZ | 37.86 | 47.07 | 11.65 | - |
| YUV | 172.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 62 | 0.07 | 0 | 0.68 | 0.25 | 66.05 | 0.51 | 0.5 |
| Hex | B2 | BF | 3E | 7 | 0 | 44 | 19 | 42 | 33 | 32 |
| Octal | 262 | 277 | 76 | 7 | 0 | 104 | 31 | 102 | 63 | 62 |
| Binary | 10110010 | 10111111 | 111110 | 111 | 0 | 1000100 | 11001 | 1000010 | 110011 | 110010 |
Color Harmonies of #B2BF3E
Complementary color
Monochromatic Colors of #B2BF3E
Black with #B2BF3E
Text Example
Text Example
White with #B2BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF3E; }
p { color: rgb(178,191,62); }
H1.HeaderClassName
{
color: #B2BF3E;
}
.AnyTagClassName
{
color: #B2BF3E;
}
</style>
background-color css
<style>
a { background-color: #B2BF3E; }
a { background-color: rgb(178,191,62); }
div.DivClassName
{
background-color: #B2BF3E;
}
.BgClassName
{
background-color: #B2BF3E;
}
</style>
border-color css
<style>
span { border-color: #B2BF3E; }
span { border-color: rgb(178,191,62); }
td.TdClassName
{
border-color: #B2BF3E;
}
.TagClassName
{
border-color: #B2BF3E;
}
</style>