#B0D981

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

Shades of Feijoa #B0D981

Tints of Feijoa #B0D981

Color information

#B0D981 (or 0xB0D981) is unknown color: approx Feijoa. HEX triplet: B0, D9 and 81. RGB value is (176,217,129). Sum of RGB (Red+Green+Blue) = 176+217+129=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D981 is #4F267E. Grayscale: #C3C3C3. Windows color (decimal): -5187199 or 8509872. OLE color: 8509872.

HSL color Cylindrical-coordinate representation of color #B0D981: hue angle of 87.95º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0D981 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB176217129-
CMYK0.1900.410.15
HSL87.95º53.66%67.84%-
HSV(B)87.95º40.55%85.1%-
XYZ46.6860.4429.97-
YUV194.7190.92114.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 217 (85.16% from 255) = 41.57%
BLUE value IS 129 (50.78% from 255) = 24.71%
R=33.72%
G=41.57%
B=24.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762171290.1900.410.1587.9553.6667.84
HexB0D98113029F583644
Octal260331201230511713066104
Binary101100001101100110000001100110101001111110110001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D981; }

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

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

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

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

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

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

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

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