#B1DB96

Color #B1DB96 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B1DB96

Tints of Feijoa #B1DB96

Color information

#B1DB96 (or 0xB1DB96) is unknown color: approx 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

RGB177219150-
CMYK0.1900.320.14
HSL96.52º48.94%72.35%-
HSV(B)96.52º31.51%85.88%-
XYZ48.9762.2138.28-
YUV198.58100.59112.61-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191500.1900.320.1496.5248.9472.35
HexB1DB9613020E613148
Octal261333226230401614161110
Binary101100011101101110010110100110100000111011000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>