#B4D886

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

Shades of Feijoa #B4D886

Tints of Feijoa #B4D886

Color information

#B4D886 (or 0xB4D886) is unknown color: approx Feijoa. HEX triplet: B4, D8 and 86. RGB value is (180,216,134). Sum of RGB (Red+Green+Blue) = 180+216+134=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D886 is #4B2779. Grayscale: #C4C4C4. Windows color (decimal): -4925306 or 8837300. OLE color: 8837300.

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

Color convert

RGB180216134-
CMYK0.1700.380.15
HSL86.34º51.25%68.63%-
HSV(B)86.34º37.96%84.71%-
XYZ47.6860.5431.73-
YUV195.8993.07116.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=33.96%
G=40.75%
B=25.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802161340.1700.380.1586.3451.2568.63
HexB4D88611026F563345
Octal264330206210461712663105
Binary101101001101100010000110100010100110111110101101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D886; }

 p { color: rgb(180,216,134); }

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

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

 a { background-color: rgb(180,216,134); }

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

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

 span { border-color: rgb(180,216,134); }

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