#B0E07C

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

Shades of Feijoa #B0E07C

Tints of Feijoa #B0E07C

Color information

#B0E07C (or 0xB0E07C) is unknown color: approx Feijoa. HEX triplet: B0, E0 and 7C. RGB value is (176,224,124). Sum of RGB (Red+Green+Blue) = 176+224+124=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E07C is #4F1F83. Grayscale: #C6C6C6. Windows color (decimal): -5185412 or 8183984. OLE color: 8183984.

HSL color Cylindrical-coordinate representation of color #B0E07C: hue angle of 88.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0E07C is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB176224124-
CMYK0.2100.450.12
HSL88.8º61.73%68.24%-
HSV(B)88.8º44.64%87.84%-
XYZ48.26428.88-
YUV198.2586.1112.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 224 (87.89% from 255) = 42.75%
BLUE value IS 124 (48.83% from 255) = 23.66%
R=33.59%
G=42.75%
B=23.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762241240.2100.450.1288.861.7368.24
HexB0E07C1502DC593e44
Octal260340174250551413176104
Binary10110000111000001111100101010101101110010110011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E07C; }

 p { color: rgb(176,224,124); }

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

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

 a { background-color: rgb(176,224,124); }

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

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

 span { border-color: rgb(176,224,124); }

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