#BFFFBD

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

Shades of Tea Green #BFFFBD

Tints of Tea Green #BFFFBD

Color information

#BFFFBD (or 0xBFFFBD) is unknown color: approx Tea Green. HEX triplet: BF, FF and BD. RGB value is (191,255,189). Sum of RGB (Red+Green+Blue) = 191+255+189=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFBD is #400042. Grayscale: #E4E4E4. Windows color (decimal): -4194371 or 12451775. OLE color: 12451775.

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

Color convert

RGB191255189-
CMYK0.2500.260
HSL118.18º100%87.06%-
HSV(B)118.18º25.88%100%-
XYZ66.4386.2761.29-
YUV228.34105.8101.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=30.08%
G=40.16%
B=29.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551890.2500.260118.1810087.06
HexBFFFBD1901A0766457
Octal277377275310320166144127
Binary101111111111111110111101110010110100111011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFBD; }

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

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

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

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

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

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

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

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