#B0D98A

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

Shades of Feijoa #B0D98A

Tints of Feijoa #B0D98A

Color information

#B0D98A (or 0xB0D98A) is unknown color: approx Feijoa. HEX triplet: B0, D9 and 8A. RGB value is (176,217,138). Sum of RGB (Red+Green+Blue) = 176+217+138=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D98A is #4F2675. Grayscale: #C4C4C4. Windows color (decimal): -5187190 or 9099696. OLE color: 9099696.

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

Color convert

RGB176217138-
CMYK0.1900.360.15
HSL91.14º50.97%69.61%-
HSV(B)91.14º36.41%85.1%-
XYZ47.360.6933.27-
YUV195.7495.42113.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=33.15%
G=40.87%
B=25.99%

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
Decimal1762171380.1900.360.1591.1450.9769.61
HexB0D98A13024F5b3346
Octal260331212230441713363106
Binary101100001101100110001010100110100100111110110111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D98A; }

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

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

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

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

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

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

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

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