Shades of Celery #B1BF4D
Tints of Celery #B1BF4D
RGB
CMYK
RGB Variations
Color information
#B1BF4D (or 0xB1BF4D) is known color: Celery. HEX triplet: B1, BF and 4D. RGB value is (177,191,77). Sum of RGB (Red+Green+Blue) = 177+191+77=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF4D is #4E40B2. Grayscale: #AEAEAE. Windows color (decimal): -5128371 or 5095345. OLE color: 5095345.
HSL color Cylindrical-coordinate representation of color #B1BF4D: hue angle of 67.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1BF4D is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 77 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.25 |
| HSL | 67.37º | 0.47% | 0.53% | - |
| HSV(B) | 67.37º | 0.6% | 0.75% | - |
| XYZ | 38.1 | 47.14 | 14.11 | - |
| YUV | 173.82 | 73.36 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 77 | 0.07 | 0 | 0.60 | 0.25 | 67.37 | 0.47 | 0.53 |
| Hex | B1 | BF | 4D | 7 | 0 | 3C | 19 | 43 | 2F | 35 |
| Octal | 261 | 277 | 115 | 7 | 0 | 74 | 31 | 103 | 57 | 65 |
| Binary | 10110001 | 10111111 | 1001101 | 111 | 0 | 111100 | 11001 | 1000011 | 101111 | 110101 |
Color Harmonies of #B1BF4D
Complementary color
Monochromatic Colors of #B1BF4D
Black with #B1BF4D
Text Example
Text Example
White with #B1BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BF4D; }
p { color: rgb(177,191,77); }
H1.HeaderClassName
{
color: #B1BF4D;
}
.AnyTagClassName
{
color: #B1BF4D;
}
</style>
background-color css
<style>
a { background-color: #B1BF4D; }
a { background-color: rgb(177,191,77); }
div.DivClassName
{
background-color: #B1BF4D;
}
.BgClassName
{
background-color: #B1BF4D;
}
</style>
border-color css
<style>
span { border-color: #B1BF4D; }
span { border-color: rgb(177,191,77); }
td.TdClassName
{
border-color: #B1BF4D;
}
.TagClassName
{
border-color: #B1BF4D;
}
</style>