#B0DC91

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

Shades of Feijoa #B0DC91

Tints of Feijoa #B0DC91

Color information

#B0DC91 (or 0xB0DC91) is unknown color: approx Feijoa. HEX triplet: B0, DC and 91. RGB value is (176,220,145). Sum of RGB (Red+Green+Blue) = 176+220+145=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC91 is #4F236E. Grayscale: #C6C6C6. Windows color (decimal): -5186415 or 9559216. OLE color: 9559216.

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

Color convert

RGB176220145-
CMYK0.200.340.14
HSL95.2º51.72%71.57%-
HSV(B)95.2º34.09%86.27%-
XYZ48.6162.4636.28-
YUV198.2997.92112.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 145 (57.03% from 255) = 26.80%
R=32.53%
G=40.67%
B=26.80%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201450.200.340.1495.251.7271.57
HexB0DC9114022E5f3448
Octal260334221240421613764110
Binary101100001101110010010001101000100010111010111111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DC91; }

 p { color: rgb(176,220,145); }

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

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

 a { background-color: rgb(176,220,145); }

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

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

 span { border-color: rgb(176,220,145); }

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