Html Css Color HEX #B0DB90 Feijoa

📋 copy color: '#B0DB90'

red 176 ◦ green 219 ◦ blue 144

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

Shades of Feijoa #B0DB90

Tints of Feijoa #B0DB90

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

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

R = 32.65%
G = 40.63%
B = 26.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#B0DB90 (or 0xB0DB90) is known color: Feijoa. HEX triplet: B0, DB and 90. RGB value is (176,219,144). Sum of RGB (Red+Green+Blue) = 176+219+144=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB90 is #4F246F. Grayscale: #C5C5C5. Windows color (decimal): -5186672 or 9493424. OLE color: 9493424.

HSL color Cylindrical-coordinate representation of color #B0DB90: hue angle of 94.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0DB90 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 144 -
CMYK 0.20 0 0.34 0.14
HSL 94.4º 0.51% 0.71% -
HSV(B) 94.4º 0.34% 0.86% -
XYZ 48.27 61.91 35.79 -
YUV 197.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 176 219 144 0.20 0 0.34 0.14 94.4 0.51 0.71
Hex B0 DB 90 14 0 22 E 5E 33 47
Octal 260 333 220 24 0 42 16 136 63 107
Binary 10110000 11011011 10010000 10100 0 100010 1110 1011110 110011 1000111

Color Harmonies of #B0DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB90

Black with #B0DB90

Text Example


Text Example

White with #B0DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB90; }

 p { color: rgb(176,219,144); }

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

background-color css

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

 a { background-color: rgb(176,219,144); }

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

border-color css

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

 span { border-color: rgb(176,219,144); }

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