#BFFEB5

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

Shades of Tea Green #BFFEB5

Tints of Tea Green #BFFEB5

Color information

#BFFEB5 (or 0xBFFEB5) is unknown color: approx Tea Green. HEX triplet: BF, FE and B5. RGB value is (191,254,181). Sum of RGB (Red+Green+Blue) = 191+254+181=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEB5 is #40014A. Grayscale: #E3E3E3. Windows color (decimal): -4194635 or 11927231. OLE color: 11927231.

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

Color convert

RGB191254181-
CMYK0.2500.290.00
HSL111.78º97.33%85.29%-
HSV(B)111.78º28.74%99.61%-
XYZ65.2785.356.74-
YUV226.84102.13102.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 254 (99.61% from 255) = 40.58%
BLUE value IS 181 (71.09% from 255) = 28.91%
R=30.51%
G=40.58%
B=28.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541810.2500.290.00111.7897.3385.29
HexBFFEB51901D0706155
Octal277376265310350160141125
Binary101111111111111010110101110010111010111000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEB5; }

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

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

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

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

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

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

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

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