Shades of Tea Green #BFFFBD
Tints of Tea Green #BFFFBD
RGB
CMYK
RGB Variations
Color information
#BFFFBD (or 0xBFFFBD) is known color: Tea Green. HEX triplet: BF, FF and BD. RGB value is (191,255,189). Sum of RGB (Red+Green+Blue) = 191+255+189=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFBD is #400042. Grayscale: #E4E4E4. Windows color (decimal): -4194371 or 12451775. OLE color: 12451775.
HSL color Cylindrical-coordinate representation of color #BFFFBD: hue angle of 118.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFFFBD is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 189 | - |
| CMYK | 0.25 | 0 | 0.26 | 0 |
| HSL | 118.18º | 1% | 0.87% | - |
| HSV(B) | 118.18º | 0.26% | 1% | - |
| XYZ | 66.43 | 86.27 | 61.29 | - |
| YUV | 228.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 189 | 0.25 | 0 | 0.26 | 0 | 118.18 | 1 | 0.87 |
| Hex | BF | FF | BD | 19 | 0 | 1A | 0 | 76 | 64 | 57 |
| Octal | 277 | 377 | 275 | 31 | 0 | 32 | 0 | 166 | 144 | 127 |
| Binary | 10111111 | 11111111 | 10111101 | 11001 | 0 | 11010 | 0 | 1110110 | 1100100 | 1010111 |
Color Harmonies of #BFFFBD
Complementary color
Monochromatic Colors of #BFFFBD
Black with #BFFFBD
Text Example
Text Example
White with #BFFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFBD; }
p { color: rgb(191,255,189); }
H1.HeaderClassName
{
color: #BFFFBD;
}
.AnyTagClassName
{
color: #BFFFBD;
}
</style>
background-color css
<style>
a { background-color: #BFFFBD; }
a { background-color: rgb(191,255,189); }
div.DivClassName
{
background-color: #BFFFBD;
}
.BgClassName
{
background-color: #BFFFBD;
}
</style>
border-color css
<style>
span { border-color: #BFFFBD; }
span { border-color: rgb(191,255,189); }
td.TdClassName
{
border-color: #BFFFBD;
}
.TagClassName
{
border-color: #BFFFBD;
}
</style>