#B5D98C

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

Shades of Feijoa #B5D98C

Tints of Feijoa #B5D98C

Color information

#B5D98C (or 0xB5D98C) is unknown color: approx Feijoa. HEX triplet: B5, D9 and 8C. RGB value is (181,217,140). Sum of RGB (Red+Green+Blue) = 181+217+140=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D98C is #4A2673. Grayscale: #C5C5C5. Windows color (decimal): -4859508 or 9230773. OLE color: 9230773.

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

Color convert

RGB181217140-
CMYK0.1700.350.15
HSL88.05º50.33%70%-
HSV(B)88.05º35.48%85.1%-
XYZ48.661.3434.09-
YUV197.4695.57116.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=33.64%
G=40.33%
B=26.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812171400.1700.350.1588.0550.3370
HexB5D98C11023F583246
Octal265331214210431713062106
Binary101101011101100110001100100010100011111110110001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D98C; }

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

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

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

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

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

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

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

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