#B0D995

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

Shades of Feijoa #B0D995

Tints of Feijoa #B0D995

Color information

#B0D995 (or 0xB0D995) is unknown color: approx Feijoa. HEX triplet: B0, D9 and 95. RGB value is (176,217,149). Sum of RGB (Red+Green+Blue) = 176+217+149=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D995 is #4F266A. Grayscale: #C5C5C5. Windows color (decimal): -5187179 or 9820592. OLE color: 9820592.

HSL color Cylindrical-coordinate representation of color #B0D995: hue angle of 96.18º degrees, saturation: 0.47, 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 #B0D995 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB176217149-
CMYK0.1900.310.15
HSL96.18º47.22%71.76%-
HSV(B)96.18º31.34%85.1%-
XYZ48.1461.0337.68-
YUV196.99100.92113.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 217 (85.16% from 255) = 40.04%
BLUE value IS 149 (58.59% from 255) = 27.49%
R=32.47%
G=40.04%
B=27.49%

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
Decimal1762171490.1900.310.1596.1847.2271.76
HexB0D9951301FF602f48
Octal260331225230371714057110
Binary10110000110110011001010110011011111111111000001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D995; }

 p { color: rgb(176,217,149); }

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

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

 a { background-color: rgb(176,217,149); }

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

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

 span { border-color: rgb(176,217,149); }

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