Html Css Color HEX #B1DB90 Feijoa

📋 copy color: '#B1DB90'

red 177 ◦ green 219 ◦ blue 144

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

Shades of Feijoa #B1DB90

Tints of Feijoa #B1DB90

RGB

 RED value IS 177 (69.53% from 255) = 32.78%

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

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

R = 32.78%
G = 40.56%
B = 26.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#B1DB90 (or 0xB1DB90) is known color: Feijoa. HEX triplet: B1, DB and 90. RGB value is (177,219,144). Sum of RGB (Red+Green+Blue) = 177+219+144=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB90 is #4E246F. Grayscale: #C6C6C6. Windows color (decimal): -5121136 or 9493425. OLE color: 9493425.

HSL color Cylindrical-coordinate representation of color #B1DB90: hue angle of 93.6º 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 #B1DB90 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 219 144 -
CMYK 0.19 0 0.34 0.14
HSL 93.6º 0.51% 0.71% -
HSV(B) 93.6º 0.34% 0.86% -
XYZ 48.5 62.02 35.8 -
YUV 197.89 97.59 113.1 -
System Red Green Blue C M Y K H S L
Decimal 177 219 144 0.19 0 0.34 0.14 93.6 0.51 0.71
Hex B1 DB 90 13 0 22 E 5E 33 47
Octal 261 333 220 23 0 42 16 136 63 107
Binary 10110001 11011011 10010000 10011 0 100010 1110 1011110 110011 1000111

Color Harmonies of #B1DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DB90

Black with #B1DB90

Text Example


Text Example

White with #B1DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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