Html Css Color HEX #B4D991 Feijoa

📋 copy color: '#B4D991'

red 180 ◦ green 217 ◦ blue 145

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

Shades of Feijoa #B4D991

Tints of Feijoa #B4D991

RGB

 RED value IS 180 (70.7% from 255) = 33.21%

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

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

R = 33.21%
G = 40.04%
B = 26.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#B4D991 (or 0xB4D991) is known color: Feijoa. HEX triplet: B4, D9 and 91. RGB value is (180,217,145). Sum of RGB (Red+Green+Blue) = 180+217+145=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D991 is #4B266E. Grayscale: #C5C5C5. Windows color (decimal): -4925039 or 9558452. OLE color: 9558452.

HSL color Cylindrical-coordinate representation of color #B4D991: hue angle of 90.83º 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 #B4D991 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 217 145 -
CMYK 0.17 0 0.33 0.15
HSL 90.83º 0.49% 0.71% -
HSV(B) 90.83º 0.33% 0.85% -
XYZ 48.75 61.37 36.07 -
YUV 197.73 98.24 115.35 -
System Red Green Blue C M Y K H S L
Decimal 180 217 145 0.17 0 0.33 0.15 90.83 0.49 0.71
Hex B4 D9 91 11 0 21 F 5B 31 47
Octal 264 331 221 21 0 41 17 133 61 107
Binary 10110100 11011001 10010001 10001 0 100001 1111 1011011 110001 1000111

Color Harmonies of #B4D991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D991

Black with #B4D991

Text Example


Text Example

White with #B4D991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D991; }

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

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

background-color css

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

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

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

border-color css

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

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

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