#B2DA92

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

Shades of Feijoa #B2DA92

Tints of Feijoa #B2DA92

Color information

#B2DA92 (or 0xB2DA92) is unknown color: approx Feijoa. HEX triplet: B2, DA and 92. RGB value is (178,218,146). Sum of RGB (Red+Green+Blue) = 178+218+146=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA92 is #4D256D. Grayscale: #C6C6C6. Windows color (decimal): -5055854 or 9624242. OLE color: 9624242.

HSL color Cylindrical-coordinate representation of color #B2DA92: hue angle of 93.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2DA92 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB178218146-
CMYK0.1800.330.15
HSL93.33º49.32%71.37%-
HSV(B)93.33º33.03%85.49%-
XYZ48.6261.6836.54-
YUV197.8398.75113.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 146 (57.42% from 255) = 26.94%
R=32.84%
G=40.22%
B=26.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782181460.1800.330.1593.3349.3271.37
HexB2DA9212021F5d3147
Octal262332222220411713561107
Binary101100101101101010010010100100100001111110111011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DA92; }

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

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

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

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

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

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

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

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