#BFFFB3

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

Shades of Tea Green #BFFFB3

Tints of Tea Green #BFFFB3

Color information

#BFFFB3 (or 0xBFFFB3) is unknown color: approx Tea Green. HEX triplet: BF, FF and B3. RGB value is (191,255,179). Sum of RGB (Red+Green+Blue) = 191+255+179=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFB3 is #40004C. Grayscale: #E3E3E3. Windows color (decimal): -4194381 or 11796415. OLE color: 11796415.

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

Color convert

RGB191255179-
CMYK0.2500.300
HSL110.53º100%85.1%-
HSV(B)110.53º29.8%100%-
XYZ65.3885.8555.77-
YUV227.2100.8102.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 179 (70.31% from 255) = 28.64%
R=30.56%
G=40.8%
B=28.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551790.2500.300110.5310085.1
HexBFFFB31901E06f6455
Octal277377263310360157144125
Binary101111111111111110110011110010111100110111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFB3; }

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

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

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

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

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

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

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

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