#B2D885

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

Shades of Feijoa #B2D885

Tints of Feijoa #B2D885

Color information

#B2D885 (or 0xB2D885) is unknown color: approx Feijoa. HEX triplet: B2, D8 and 85. RGB value is (178,216,133). Sum of RGB (Red+Green+Blue) = 178+216+133=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D885 is #4D277A. Grayscale: #C3C3C3. Windows color (decimal): -5056379 or 8771762. OLE color: 8771762.

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

Color convert

RGB178216133-
CMYK0.1800.380.15
HSL87.47º51.55%68.43%-
HSV(B)87.47º38.43%84.71%-
XYZ47.1560.2731.34-
YUV195.1892.91115.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=33.78%
G=40.99%
B=25.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782161330.1800.380.1587.4751.5568.43
HexB2D88512026F573444
Octal262330205220461712764104
Binary101100101101100010000101100100100110111110101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D885; }

 p { color: rgb(178,216,133); }

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

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

 a { background-color: rgb(178,216,133); }

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

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

 span { border-color: rgb(178,216,133); }

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