#B1DB8A

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

Shades of Feijoa #B1DB8A

Tints of Feijoa #B1DB8A

Color information

#B1DB8A (or 0xB1DB8A) is unknown color: approx Feijoa. HEX triplet: B1, DB and 8A. RGB value is (177,219,138). Sum of RGB (Red+Green+Blue) = 177+219+138=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB8A is #4E2475. Grayscale: #C5C5C5. Windows color (decimal): -5121142 or 9100209. OLE color: 9100209.

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

Color convert

RGB177219138-
CMYK0.1900.370.14
HSL91.11º52.94%70%-
HSV(B)91.11º36.99%85.88%-
XYZ48.0561.8533.45-
YUV197.2194.59113.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 219 (85.94% from 255) = 41.01%
BLUE value IS 138 (54.30% from 255) = 25.84%
R=33.15%
G=41.01%
B=25.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191380.1900.370.1491.1152.9470
HexB1DB8A13025E5b3546
Octal261333212230451613365106
Binary101100011101101110001010100110100101111010110111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DB8A; }

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

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

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

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

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

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

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

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