Html Css Color HEX #B0FB86 Feijoa

📋 copy color: '#B0FB86'

red 176 ◦ green 251 ◦ blue 134

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

Shades of Feijoa #B0FB86

Tints of Feijoa #B0FB86

RGB

 RED value IS 176 (69.14% from 255) = 31.37%

 GREEN value IS 251 (98.44% from 255) = 44.74%

 BLUE value IS 134 (52.73% from 255) = 23.89%

R = 31.37%
G = 44.74%
B = 23.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#B0FB86 (or 0xB0FB86) is known color: Feijoa. HEX triplet: B0, FB and 86. RGB value is (176,251,134). Sum of RGB (Red+Green+Blue) = 176+251+134=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FB86 is #4F0479. Grayscale: #D7D7D7. Windows color (decimal): -5178490 or 8846256. OLE color: 8846256.

HSL color Cylindrical-coordinate representation of color #B0FB86: hue angle of 98.46º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0FB86 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 134 -
CMYK 0.30 0 0.47 0.02
HSL 98.46º 0.94% 0.75% -
HSV(B) 98.46º 0.47% 0.98% -
XYZ 56.7 79.95 35 -
YUV 215.24 82.15 100.01 -
System Red Green Blue C M Y K H S L
Decimal 176 251 134 0.30 0 0.47 0.02 98.46 0.94 0.75
Hex B0 FB 86 1E 0 2F 2 62 5E 4B
Octal 260 373 206 36 0 57 2 142 136 113
Binary 10110000 11111011 10000110 11110 0 101111 10 1100010 1011110 1001011

Color Harmonies of #B0FB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB86

Black with #B0FB86

Text Example


Text Example

White with #B0FB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB86; }

 p { color: rgb(176,251,134); }

 H1.HeaderClassName
 {
   color: #B0FB86;
 }
 .AnyTagClassName
 {
   color: #B0FB86;
 }
</style>

background-color css

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

 a { background-color: rgb(176,251,134); }

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

border-color css

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

 span { border-color: rgb(176,251,134); }

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