#B0D98B

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

Shades of Feijoa #B0D98B

Tints of Feijoa #B0D98B

Color information

#B0D98B (or 0xB0D98B) is unknown color: approx Feijoa. HEX triplet: B0, D9 and 8B. RGB value is (176,217,139). Sum of RGB (Red+Green+Blue) = 176+217+139=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D98B is #4F2674. Grayscale: #C4C4C4. Windows color (decimal): -5187189 or 9165232. OLE color: 9165232.

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

Color convert

RGB176217139-
CMYK0.1900.360.15
HSL91.54º50.65%69.8%-
HSV(B)91.54º35.94%85.1%-
XYZ47.3860.7233.65-
YUV195.8595.92113.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=33.08%
G=40.79%
B=26.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762171390.1900.360.1591.5450.6569.8
HexB0D98B13024F5c3346
Octal260331213230441713463106
Binary101100001101100110001011100110100100111110111001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D98B; }

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

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

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

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

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

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

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

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