Html Css Color HEX #B1DB96 Feijoa

📋 copy color: '#B1DB96'

red 177 ◦ green 219 ◦ blue 150

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

Shades of Feijoa #B1DB96

Tints of Feijoa #B1DB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 32.42%
G = 40.11%
B = 27.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#B1DB96 (or 0xB1DB96) is known color: Feijoa. HEX triplet: B1, DB and 96. RGB value is (177,219,150). Sum of RGB (Red+Green+Blue) = 177+219+150=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB96 is #4E2469. Grayscale: #C6C6C6. Windows color (decimal): -5121130 or 9886641. OLE color: 9886641.

HSL color Cylindrical-coordinate representation of color #B1DB96: hue angle of 96.52º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1DB96 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 219 150 -
CMYK 0.19 0 0.32 0.14
HSL 96.52º 0.49% 0.72% -
HSV(B) 96.52º 0.32% 0.86% -
XYZ 48.97 62.21 38.28 -
YUV 198.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 177 219 150 0.19 0 0.32 0.14 96.52 0.49 0.72
Hex B1 DB 96 13 0 20 E 61 31 48
Octal 261 333 226 23 0 40 16 141 61 110
Binary 10110001 11011011 10010110 10011 0 100000 1110 1100001 110001 1001000

Color Harmonies of #B1DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DB96

Black with #B1DB96

Text Example


Text Example

White with #B1DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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