#BFFFB4

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

Shades of Tea Green #BFFFB4

Tints of Tea Green #BFFFB4

Color information

#BFFFB4 (or 0xBFFFB4) is unknown color: approx Tea Green. HEX triplet: BF, FF and B4. RGB value is (191,255,180). Sum of RGB (Red+Green+Blue) = 191+255+180=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFB4 is #40004B. Grayscale: #E3E3E3. Windows color (decimal): -4194380 or 11861951. OLE color: 11861951.

HSL color Cylindrical-coordinate representation of color #BFFFB4: hue angle of 111.2º 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 #BFFFB4 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB191255180-
CMYK0.2500.290
HSL111.2º100%85.29%-
HSV(B)111.2º29.41%100%-
XYZ65.4885.8956.31-
YUV227.31101.3102.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 180 (70.70% from 255) = 28.75%
R=30.51%
G=40.73%
B=28.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551800.2500.290111.210085.29
HexBFFFB41901D06f6455
Octal277377264310350157144125
Binary101111111111111110110100110010111010110111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFB4; }

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

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

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

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

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

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

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

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