#B2E792

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

Shades of Feijoa #B2E792

Tints of Feijoa #B2E792

Color information

#B2E792 (or 0xB2E792) is unknown color: approx Feijoa. HEX triplet: B2, E7 and 92. RGB value is (178,231,146). Sum of RGB (Red+Green+Blue) = 178+231+146=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E792 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E792 is #4D186D. Grayscale: #CDCDCD. Windows color (decimal): -5052526 or 9627570. OLE color: 9627570.

HSL color Cylindrical-coordinate representation of color #B2E792: hue angle of 97.41º 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 #B2E792 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB178231146-
CMYK0.2300.370.09
HSL97.41º63.91%73.92%-
HSV(B)97.41º36.8%90.59%-
XYZ52.1268.6937.71-
YUV205.4694.44108.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 231 (90.62% from 255) = 41.62%
BLUE value IS 146 (57.42% from 255) = 26.31%
R=32.07%
G=41.62%
B=26.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782311460.2300.370.0997.4163.9173.92
HexB2E79217025961404a
Octal2623472222704511141100112
Binary1011001011100111100100101011101001011001110000110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E792; }

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

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

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

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

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

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

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

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