#B0E47B

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

Shades of Feijoa #B0E47B

Tints of Feijoa #B0E47B

Color information

#B0E47B (or 0xB0E47B) is unknown color: approx Feijoa. HEX triplet: B0, E4 and 7B. RGB value is (176,228,123). Sum of RGB (Red+Green+Blue) = 176+228+123=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E47B is #4F1B84. Grayscale: #C8C8C8. Windows color (decimal): -5184389 or 8119472. OLE color: 8119472.

HSL color Cylindrical-coordinate representation of color #B0E47B: hue angle of 89.71º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0E47B is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB176228123-
CMYK0.2300.460.11
HSL89.71º66.04%68.82%-
HSV(B)89.71º46.05%89.41%-
XYZ49.2266.1528.91-
YUV200.4884.27110.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 228 (89.45% from 255) = 43.26%
BLUE value IS 123 (48.44% from 255) = 23.34%
R=33.40%
G=43.26%
B=23.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762281230.2300.460.1189.7166.0468.82
HexB0E47B1702EB5a4245
Octal2603441732705613132102105
Binary101100001110010011110111011101011101011101101010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E47B; }

 p { color: rgb(176,228,123); }

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

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

 a { background-color: rgb(176,228,123); }

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

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

 span { border-color: rgb(176,228,123); }

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