#b0e482

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

Shades of Feijoa #B0E482

Tints of Feijoa #B0E482

Color information

#B0E482 (or 0xB0E482) is unknown color: approx Feijoa. HEX triplet: B0, E4 and 82. RGB value is (176,228,130). Sum of RGB (Red+Green+Blue) = 176+228+130=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E482 is #4F1B7D. Grayscale: #C9C9C9. Windows color (decimal): -5184382 or 8578224. OLE color: 8578224.

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

Color convert

RGB176228130-
CMYK0.2300.430.11
HSL91.84º64.47%70.2%-
HSV(B)91.84º42.98%89.41%-
XYZ49.6866.3331.3-
YUV201.2887.77109.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 228 (89.45% from 255) = 42.70%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=32.96%
G=42.70%
B=24.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762281300.2300.430.1191.8464.4770.2
HexB0E4821702BB5c4046
Octal2603442022705313134100106
Binary1011000011100100100000101011101010111011101110010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0e482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0e482; }

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

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

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

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

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

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

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

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