Html Css Color HEX #B4D890 Feijoa

📋 copy color: '#B4D890'

red 180 ◦ green 216 ◦ blue 144

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

Shades of Feijoa #B4D890

Tints of Feijoa #B4D890

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40%

 BLUE value IS 144 (56.64% from 255) = 26.67%

R = 33.33%
G = 40%
B = 26.67%

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

#B4D890 (or 0xB4D890) is known color: Feijoa. HEX triplet: B4, D8 and 90. RGB value is (180,216,144). Sum of RGB (Red+Green+Blue) = 180+216+144=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D890 is #4B276F. Grayscale: #C5C5C5. Windows color (decimal): -4925296 or 9492660. OLE color: 9492660.

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

Color convert

RGB 180 216 144 -
CMYK 0.17 0 0.33 0.15
HSL 90º 0.48% 0.71% -
HSV(B) 90º 0.33% 0.85% -
XYZ 48.41 60.83 35.58 -
YUV 197.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 180 216 144 0.17 0 0.33 0.15 90 0.48 0.71
Hex B4 D8 90 11 0 21 F 5A 30 47
Octal 264 330 220 21 0 41 17 132 60 107
Binary 10110100 11011000 10010000 10001 0 100001 1111 1011010 110000 1000111

Color Harmonies of #B4D890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D890

Black with #B4D890

Text Example


Text Example

White with #B4D890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D890; }

 p { color: rgb(180,216,144); }

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

background-color css

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

 a { background-color: rgb(180,216,144); }

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

border-color css

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

 span { border-color: rgb(180,216,144); }

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