#B0E792

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

Shades of Feijoa #B0E792

Tints of Feijoa #B0E792

Color information

#B0E792 (or 0xB0E792) is unknown color: approx Feijoa. HEX triplet: B0, E7 and 92. RGB value is (176,231,146). Sum of RGB (Red+Green+Blue) = 176+231+146=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E792 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E792 is #4F186D. Grayscale: #CDCDCD. Windows color (decimal): -5183598 or 9627568. OLE color: 9627568.

HSL color Cylindrical-coordinate representation of color #B0E792: hue angle of 98.82º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0E792 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB176231146-
CMYK0.2400.370.09
HSL98.82º63.91%73.92%-
HSV(B)98.82º36.8%90.59%-
XYZ51.6768.4637.68-
YUV204.8694.78107.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 231 (90.62% from 255) = 41.77%
BLUE value IS 146 (57.42% from 255) = 26.40%
R=31.83%
G=41.77%
B=26.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762311460.2400.370.0998.8263.9173.92
HexB0E79218025963404a
Octal2603472223004511143100112
Binary1011000011100111100100101100001001011001110001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E792; }

 p { color: rgb(176,231,146); }

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

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

 a { background-color: rgb(176,231,146); }

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

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

 span { border-color: rgb(176,231,146); }

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