Html Css Color HEX #B0E093 Feijoa

📋 copy color: '#B0E093'

red 176 ◦ green 224 ◦ blue 147

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

Shades of Feijoa #B0E093

Tints of Feijoa #B0E093

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.95%

 BLUE value IS 147 (57.81% from 255) = 26.87%

R = 32.18%
G = 40.95%
B = 26.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#B0E093 (or 0xB0E093) is known color: Feijoa. HEX triplet: B0, E0 and 93. RGB value is (176,224,147). Sum of RGB (Red+Green+Blue) = 176+224+147=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E093 is #4F1F6C. Grayscale: #C9C9C9. Windows color (decimal): -5185389 or 9691312. OLE color: 9691312.

HSL color Cylindrical-coordinate representation of color #B0E093: hue angle of 97.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0E093 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 147 -
CMYK 0.21 0 0.34 0.12
HSL 97.4º 0.55% 0.73% -
HSV(B) 97.4º 0.34% 0.88% -
XYZ 49.83 64.65 37.46 -
YUV 200.87 97.6 110.26 -
System Red Green Blue C M Y K H S L
Decimal 176 224 147 0.21 0 0.34 0.12 97.4 0.55 0.73
Hex B0 E0 93 15 0 22 C 61 37 49
Octal 260 340 223 25 0 42 14 141 67 111
Binary 10110000 11100000 10010011 10101 0 100010 1100 1100001 110111 1001001

Color Harmonies of #B0E093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E093

Black with #B0E093

Text Example


Text Example

White with #B0E093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E093; }

 p { color: rgb(176,224,147); }

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

background-color css

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

 a { background-color: rgb(176,224,147); }

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

border-color css

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

 span { border-color: rgb(176,224,147); }

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