Html Css Color HEX #B0E195 Feijoa

📋 copy color: '#B0E195'

red 176 ◦ green 225 ◦ blue 149

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

Shades of Feijoa #B0E195

Tints of Feijoa #B0E195

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.91%

 BLUE value IS 149 (58.59% from 255) = 27.09%

R = 32%
G = 40.91%
B = 27.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#B0E195 (or 0xB0E195) is known color: Feijoa. HEX triplet: B0, E1 and 95. RGB value is (176,225,149). Sum of RGB (Red+Green+Blue) = 176+225+149=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E195 is #4F1E6A. Grayscale: #C9C9C9. Windows color (decimal): -5185131 or 9822640. OLE color: 9822640.

HSL color Cylindrical-coordinate representation of color #B0E195: hue angle of 98.68º degrees, saturation: 0.56, 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 #B0E195 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 225 149 -
CMYK 0.22 0 0.34 0.12
HSL 98.68º 0.56% 0.73% -
HSV(B) 98.68º 0.34% 0.88% -
XYZ 50.25 65.25 38.38 -
YUV 201.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 176 225 149 0.22 0 0.34 0.12 98.68 0.56 0.73
Hex B0 E1 95 16 0 22 C 63 38 49
Octal 260 341 225 26 0 42 14 143 70 111
Binary 10110000 11100001 10010101 10110 0 100010 1100 1100011 111000 1001001

Color Harmonies of #B0E195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E195

Black with #B0E195

Text Example


Text Example

White with #B0E195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E195; }

 p { color: rgb(176,225,149); }

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

background-color css

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

 a { background-color: rgb(176,225,149); }

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

border-color css

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

 span { border-color: rgb(176,225,149); }

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