#B1DA96

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

Shades of Feijoa #B1DA96

Tints of Feijoa #B1DA96

Color information

#B1DA96 (or 0xB1DA96) is unknown color: approx Feijoa. HEX triplet: B1, DA and 96. RGB value is (177,218,150). Sum of RGB (Red+Green+Blue) = 177+218+150=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DA96 is #4E2569. Grayscale: #C6C6C6. Windows color (decimal): -5121386 or 9886385. OLE color: 9886385.

HSL color Cylindrical-coordinate representation of color #B1DA96: hue angle of 96.18º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1DA96 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB177218150-
CMYK0.1900.310.15
HSL96.18º47.89%72.16%-
HSV(B)96.18º31.19%85.49%-
XYZ48.7161.6938.19-
YUV197.99100.92113.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.48%
GREEN value IS 218 (85.55% from 255) = 40%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=32.48%
G=40%
B=27.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181500.1900.310.1596.1847.8972.16
HexB1DA961301FF603048
Octal261332226230371714060110
Binary10110001110110101001011010011011111111111000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DA96; }

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

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

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

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

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

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

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

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