#B0D781

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

Shades of Feijoa #B0D781

Tints of Feijoa #B0D781

Color information

#B0D781 (or 0xB0D781) is unknown color: approx Feijoa. HEX triplet: B0, D7 and 81. RGB value is (176,215,129). Sum of RGB (Red+Green+Blue) = 176+215+129=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D781 is #4F287E. Grayscale: #C1C1C1. Windows color (decimal): -5187711 or 8509360. OLE color: 8509360.

HSL color Cylindrical-coordinate representation of color #B0D781: hue angle of 87.21º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0D781 is Cyan = 0.18, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB176215129-
CMYK0.1800.40.16
HSL87.21º51.81%67.45%-
HSV(B)87.21º40%84.31%-
XYZ46.1759.4229.8-
YUV193.5491.58115.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 215 (84.38% from 255) = 41.35%
BLUE value IS 129 (50.78% from 255) = 24.81%
R=33.85%
G=41.35%
B=24.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151290.1800.40.1687.2151.8167.45
HexB0D7811202810573443
Octal260327201220502012764103
Binary1011000011010111100000011001001010001000010101111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D781; }

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

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

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

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

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

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

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

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