#B0E476

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

Shades of Feijoa #B0E476

Tints of Feijoa #B0E476

Color information

#B0E476 (or 0xB0E476) is unknown color: approx Feijoa. HEX triplet: B0, E4 and 76. RGB value is (176,228,118). Sum of RGB (Red+Green+Blue) = 176+228+118=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E476 is #4F1B89. Grayscale: #C8C8C8. Windows color (decimal): -5184394 or 7791792. OLE color: 7791792.

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

Color convert

RGB176228118-
CMYK0.2300.480.11
HSL88.36º67.07%67.84%-
HSV(B)88.36º48.25%89.41%-
XYZ48.9266.0227.31-
YUV199.9181.77110.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 228 (89.45% from 255) = 43.68%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=33.72%
G=43.68%
B=22.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762281180.2300.480.1188.3667.0767.84
HexB0E47617030B584344
Octal2603441662706013130103104
Binary101100001110010011101101011101100001011101100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E476; }

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

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

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

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

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

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

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

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