Html Css Color HEX #B0E072 Feijoa

📋 copy color: '#B0E072'

red 176 ◦ green 224 ◦ blue 114

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

Shades of Feijoa #B0E072

Tints of Feijoa #B0E072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 34.24%
G = 43.58%
B = 22.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#B0E072 (or 0xB0E072) is known color: Feijoa. HEX triplet: B0, E0 and 72. RGB value is (176,224,114). Sum of RGB (Red+Green+Blue) = 176+224+114=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E072 is #4F1F8D. Grayscale: #C5C5C5. Windows color (decimal): -5185422 or 7528624. OLE color: 7528624.

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

Color convert

RGB 176 224 114 -
CMYK 0.21 0 0.49 0.12
HSL 86.18º 0.64% 0.66% -
HSV(B) 86.18º 0.49% 0.88% -
XYZ 47.6 63.76 25.72 -
YUV 197.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 176 224 114 0.21 0 0.49 0.12 86.18 0.64 0.66
Hex B0 E0 72 15 0 31 C 56 40 42
Octal 260 340 162 25 0 61 14 126 100 102
Binary 10110000 11100000 1110010 10101 0 110001 1100 1010110 1000000 1000010

Color Harmonies of #B0E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E072

Black with #B0E072

Text Example


Text Example

White with #B0E072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E072; }

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

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

background-color css

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

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

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

border-color css

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

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

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