#B5D98B

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

Shades of Feijoa #B5D98B

Tints of Feijoa #B5D98B

Color information

#B5D98B (or 0xB5D98B) is unknown color: approx Feijoa. HEX triplet: B5, D9 and 8B. RGB value is (181,217,139). Sum of RGB (Red+Green+Blue) = 181+217+139=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D98B is #4A2674. Grayscale: #C5C5C5. Windows color (decimal): -4859509 or 9165237. OLE color: 9165237.

HSL color Cylindrical-coordinate representation of color #B5D98B: hue angle of 87.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5D98B is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB181217139-
CMYK0.1700.360.15
HSL87.69º50.65%69.8%-
HSV(B)87.69º35.94%85.1%-
XYZ48.5361.3133.7-
YUV197.3495.07116.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 139 (54.69% from 255) = 25.88%
R=33.71%
G=40.41%
B=25.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812171390.1700.360.1587.6950.6569.8
HexB5D98B11024F583346
Octal265331213210441713063106
Binary101101011101100110001011100010100100111110110001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D98B; }

 p { color: rgb(181,217,139); }

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

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

 a { background-color: rgb(181,217,139); }

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

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

 span { border-color: rgb(181,217,139); }

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