Html Css Color HEX #B0F186 Feijoa

📋 copy color: '#B0F186'

red 176 ◦ green 241 ◦ blue 134

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

Shades of Feijoa #B0F186

Tints of Feijoa #B0F186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.74%

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

R = 31.94%
G = 43.74%
B = 24.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#B0F186 (or 0xB0F186) is known color: Feijoa. HEX triplet: B0, F1 and 86. RGB value is (176,241,134). Sum of RGB (Red+Green+Blue) = 176+241+134=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F186 is #4F0E79. Grayscale: #D1D1D1. Windows color (decimal): -5181050 or 8843696. OLE color: 8843696.

HSL color Cylindrical-coordinate representation of color #B0F186: hue angle of 96.45º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0F186 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 241 134 -
CMYK 0.27 0 0.44 0.05
HSL 96.45º 0.79% 0.74% -
HSV(B) 96.45º 0.44% 0.95% -
XYZ 53.66 73.86 33.98 -
YUV 209.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 176 241 134 0.27 0 0.44 0.05 96.45 0.79 0.74
Hex B0 F1 86 1B 0 2C 5 60 4F 4A
Octal 260 361 206 33 0 54 5 140 117 112
Binary 10110000 11110001 10000110 11011 0 101100 101 1100000 1001111 1001010

Color Harmonies of #B0F186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F186

Black with #B0F186

Text Example


Text Example

White with #B0F186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F186; }

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

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

background-color css

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

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

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

border-color css

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

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

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