#B0F682

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

Shades of Feijoa #B0F682

Tints of Feijoa #B0F682

Color information

#B0F682 (or 0xB0F682) is unknown color: approx Feijoa. HEX triplet: B0, F6 and 82. RGB value is (176,246,130). Sum of RGB (Red+Green+Blue) = 176+246+130=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F682 is #4F097D. Grayscale: #D4D4D4. Windows color (decimal): -5179774 or 8582832. OLE color: 8582832.

HSL color Cylindrical-coordinate representation of color #B0F682: hue angle of 96.21º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0F682 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB176246130-
CMYK0.2800.470.04
HSL96.21º86.57%73.73%-
HSV(B)96.21º47.15%96.47%-
XYZ54.8976.7533.04-
YUV211.8581.81102.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 246 (96.48% from 255) = 44.57%
BLUE value IS 130 (51.17% from 255) = 23.55%
R=31.88%
G=44.57%
B=23.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762461300.2800.470.0496.2186.5773.73
HexB0F6821C02F460574a
Octal260366202340574140127112
Binary101100001111011010000010111000101111100110000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F682; }

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

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

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

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

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

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

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

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