#B1DB94

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

Shades of Feijoa #B1DB94

Tints of Feijoa #B1DB94

Color information

#B1DB94 (or 0xB1DB94) is unknown color: approx Feijoa. HEX triplet: B1, DB and 94. RGB value is (177,219,148). Sum of RGB (Red+Green+Blue) = 177+219+148=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB94 is #4E246B. Grayscale: #C6C6C6. Windows color (decimal): -5121132 or 9755569. OLE color: 9755569.

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

Color convert

RGB177219148-
CMYK0.1900.320.14
HSL95.49º49.65%71.96%-
HSV(B)95.49º32.42%85.88%-
XYZ48.8162.1537.44-
YUV198.3599.59112.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 148 (58.20% from 255) = 27.21%
R=32.54%
G=40.26%
B=27.21%

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
Decimal1772191480.1900.320.1495.4949.6571.96
HexB1DB9413020E5f3248
Octal261333224230401613762110
Binary101100011101101110010100100110100000111010111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DB94; }

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

 H1.HeaderClassName
 {
   color: #B1DB94;
 }
 .AnyTagClassName
 {
   color: #B1DB94;
 }
</style>
background-color css

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

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

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

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

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

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