#BFFEBD

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

Shades of Tea Green #BFFEBD

Tints of Tea Green #BFFEBD

Color information

#BFFEBD (or 0xBFFEBD) is unknown color: approx Tea Green. HEX triplet: BF, FE and BD. RGB value is (191,254,189). Sum of RGB (Red+Green+Blue) = 191+254+189=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEBD is #400142. Grayscale: #E3E3E3. Windows color (decimal): -4194627 or 12451519. OLE color: 12451519.

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

Color convert

RGB191254189-
CMYK0.2500.260.00
HSL118.15º97.01%86.86%-
HSV(B)118.15º25.59%99.61%-
XYZ66.1185.6361.19-
YUV227.75106.13101.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=30.13%
G=40.06%
B=29.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541890.2500.260.00118.1597.0186.86
HexBFFEBD1901A0766157
Octal277376275310320166141127
Binary101111111111111010111101110010110100111011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEBD; }

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

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

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

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

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

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

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

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