#B2D990

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

Shades of Feijoa #B2D990

Tints of Feijoa #B2D990

Color information

#B2D990 (or 0xB2D990) is unknown color: approx Feijoa. HEX triplet: B2, D9 and 90. RGB value is (178,217,144). Sum of RGB (Red+Green+Blue) = 178+217+144=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D990 is #4D266F. Grayscale: #C5C5C5. Windows color (decimal): -5056112 or 9492914. OLE color: 9492914.

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

Color convert

RGB178217144-
CMYK0.1800.340.15
HSL92.05º48.99%70.78%-
HSV(B)92.05º33.64%85.1%-
XYZ48.2161.135.64-
YUV197.0298.08114.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=33.02%
G=40.26%
B=26.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782171440.1800.340.1592.0548.9970.78
HexB2D99012022F5c3147
Octal262331220220421713461107
Binary101100101101100110010000100100100010111110111001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D990; }

 p { color: rgb(178,217,144); }

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

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

 a { background-color: rgb(178,217,144); }

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

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

 span { border-color: rgb(178,217,144); }

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