#BFFFB5

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

Shades of Tea Green #BFFFB5

Tints of Tea Green #BFFFB5

Color information

#BFFFB5 (or 0xBFFFB5) is unknown color: approx Tea Green. HEX triplet: BF, FF and B5. RGB value is (191,255,181). Sum of RGB (Red+Green+Blue) = 191+255+181=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFB5 is #40004A. Grayscale: #E3E3E3. Windows color (decimal): -4194379 or 11927487. OLE color: 11927487.

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

Color convert

RGB191255181-
CMYK0.2500.290
HSL111.89º100%85.49%-
HSV(B)111.89º29.02%100%-
XYZ65.5985.9356.85-
YUV227.43101.8102.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 181 (71.09% from 255) = 28.87%
R=30.46%
G=40.67%
B=28.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551810.2500.290111.8910085.49
HexBFFFB51901D0706455
Octal277377265310350160144125
Binary101111111111111110110101110010111010111000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFB5; }

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

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

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

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

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

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

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

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