#B0D495

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

Shades of Feijoa #B0D495

Tints of Feijoa #B0D495

Color information

#B0D495 (or 0xB0D495) is unknown color: approx Feijoa. HEX triplet: B0, D4 and 95. RGB value is (176,212,149). Sum of RGB (Red+Green+Blue) = 176+212+149=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D495 is #4F2B6A. Grayscale: #C2C2C2. Windows color (decimal): -5188459 or 9819312. OLE color: 9819312.

HSL color Cylindrical-coordinate representation of color #B0D495: hue angle of 94.29º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0D495 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB176212149-
CMYK0.1700.300.17
HSL94.29º42.28%70.78%-
HSV(B)94.29º29.72%83.14%-
XYZ46.8758.4937.25-
YUV194.05102.57115.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=32.77%
G=39.48%
B=27.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1762121490.1700.300.1794.2942.2870.78
HexB0D4951101E115e2a47
Octal260324225210362113652107
Binary101100001101010010010101100010111101000110111101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D495; }

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

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

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

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

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

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

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

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