#BFFEB2

Color #BFFEB2 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #BFFEB2

Tints of Tea Green #BFFEB2

Color information

#BFFEB2 (or 0xBFFEB2) is unknown color: approx Tea Green. HEX triplet: BF, FE and B2. RGB value is (191,254,178). Sum of RGB (Red+Green+Blue) = 191+254+178=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFEB2 is #40014D. Grayscale: #E2E2E2. Windows color (decimal): -4194638 or 11730623. OLE color: 11730623.

HSL color Cylindrical-coordinate representation of color #BFFEB2: hue angle of 109.74º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFFEB2 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB191254178-
CMYK0.2500.300.00
HSL109.74º97.44%84.71%-
HSV(B)109.74º29.92%99.61%-
XYZ64.9685.1755.14-
YUV226.5100.63102.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 178 (69.92% from 255) = 28.57%
R=30.66%
G=40.77%
B=28.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541780.2500.300.00109.7497.4484.71
HexBFFEB21901E06e6155
Octal277376262310360156141125
Binary101111111111111010110010110010111100110111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEB2; }

 p { color: rgb(191,254,178); }

 H1.HeaderClassName
 {
   color: #BFFEB2;
 }
 .AnyTagClassName
 {
   color: #BFFEB2;
 }
</style>
background-color css

<style>
 a { background-color: #BFFEB2; }

 a { background-color: rgb(191,254,178); }

 div.DivClassName
 {
   background-color: #BFFEB2;
 }
 .BgClassName
 {
   background-color: #BFFEB2;
 }
</style>
border-color css

<style>
 span { border-color: #BFFEB2; }

 span { border-color: rgb(191,254,178); }

 td.TdClassName
 {
   border-color: #BFFEB2;
 }
 .TagClassName
 {
   border-color: #BFFEB2;
 }
</style>