#BFF4B9

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

Shades of Tea Green #BFF4B9

Tints of Tea Green #BFF4B9

Color information

#BFF4B9 (or 0xBFF4B9) is unknown color: approx Tea Green. HEX triplet: BF, F4 and B9. RGB value is (191,244,185). Sum of RGB (Red+Green+Blue) = 191+244+185=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF4B9 is #400B46. Grayscale: #DDDDDD. Windows color (decimal): -4197191 or 12186815. OLE color: 12186815.

HSL color Cylindrical-coordinate representation of color #BFF4B9: hue angle of 113.9º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF4B9 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB191244185-
CMYK0.2200.240.04
HSL113.9º72.84%84.12%-
HSV(B)113.9º24.18%95.69%-
XYZ62.5979.2857.9-
YUV221.43107.44106.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 244 (95.70% from 255) = 39.35%
BLUE value IS 185 (72.66% from 255) = 29.84%
R=30.81%
G=39.35%
B=29.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912441850.2200.240.04113.972.8484.12
HexBFF4B9160184724954
Octal277364271260304162111124
Binary10111111111101001011100110110011000100111001010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF4B9; }

 p { color: rgb(191,244,185); }

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

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

 a { background-color: rgb(191,244,185); }

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

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

 span { border-color: rgb(191,244,185); }

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