Html Css Color HEX #B0D991 Feijoa

📋 copy color: '#B0D991'

red 176 ◦ green 217 ◦ blue 145

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

Shades of Feijoa #B0D991

Tints of Feijoa #B0D991

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 145 (57.03% from 255) = 26.95%

R = 32.71%
G = 40.33%
B = 26.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#B0D991 (or 0xB0D991) is known color: Feijoa. HEX triplet: B0, D9 and 91. RGB value is (176,217,145). Sum of RGB (Red+Green+Blue) = 176+217+145=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D991 is #4F266E. Grayscale: #C4C4C4. Windows color (decimal): -5187183 or 9558448. OLE color: 9558448.

HSL color Cylindrical-coordinate representation of color #B0D991: hue angle of 94.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0D991 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 145 -
CMYK 0.19 0 0.33 0.15
HSL 94.17º 0.49% 0.71% -
HSV(B) 94.17º 0.33% 0.85% -
XYZ 47.83 60.9 36.02 -
YUV 196.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 176 217 145 0.19 0 0.33 0.15 94.17 0.49 0.71
Hex B0 D9 91 13 0 21 F 5E 31 47
Octal 260 331 221 23 0 41 17 136 61 107
Binary 10110000 11011001 10010001 10011 0 100001 1111 1011110 110001 1000111

Color Harmonies of #B0D991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D991

Black with #B0D991

Text Example


Text Example

White with #B0D991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D991; }

 p { color: rgb(176,217,145); }

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

background-color css

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

 a { background-color: rgb(176,217,145); }

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

border-color css

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

 span { border-color: rgb(176,217,145); }

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