Html Css Color HEX #BFFFB4 Tea Green

📋 copy color: '#BFFFB4'

red 191 ◦ green 255 ◦ blue 180

#BFFFB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #BFFFB4

Tints of Tea Green #BFFFB4

RGB

 RED value IS 191 (75% from 255) = 30.51%

 GREEN value IS 255 (100% from 255) = 40.73%

 BLUE value IS 180 (70.7% from 255) = 28.75%

R = 30.51%
G = 40.73%
B = 28.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#BFFFB4 (or 0xBFFFB4) is known color: 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

RGB 191 255 180 -
CMYK 0.25 0 0.29 0
HSL 111.2º 1% 0.85% -
HSV(B) 111.2º 0.29% 1% -
XYZ 65.48 85.89 56.31 -
YUV 227.31 101.3 102.1 -
System Red Green Blue C M Y K H S L
Decimal 191 255 180 0.25 0 0.29 0 111.2 1 0.85
Hex BF FF B4 19 0 1D 0 6F 64 55
Octal 277 377 264 31 0 35 0 157 144 125
Binary 10111111 11111111 10110100 11001 0 11101 0 1101111 1100100 1010101

Color Harmonies of #BFFFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFFB4

Black with #BFFFB4

Text Example


Text Example

White with #BFFFB4

Text Example


Text Example

HTML Codes & Css Web 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>