#B6D786

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

Shades of Feijoa #B6D786

Tints of Feijoa #B6D786

Color information

#B6D786 (or 0xB6D786) is unknown color: approx Feijoa. HEX triplet: B6, D7 and 86. RGB value is (182,215,134). Sum of RGB (Red+Green+Blue) = 182+215+134=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D786 is #492879. Grayscale: #C4C4C4. Windows color (decimal): -4794490 or 8837046. OLE color: 8837046.

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

Color convert

RGB182215134-
CMYK0.1500.380.16
HSL84.44º50.31%68.43%-
HSV(B)84.44º37.67%84.31%-
XYZ47.8960.2731.66-
YUV195.993.07118.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 215 (84.38% from 255) = 40.49%
BLUE value IS 134 (52.73% from 255) = 25.24%
R=34.27%
G=40.49%
B=25.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822151340.1500.380.1684.4450.3168.43
HexB6D786F02610543244
Octal266327206170462012462104
Binary101101101101011110000110111101001101000010101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D786; }

 p { color: rgb(182,215,134); }

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

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

 a { background-color: rgb(182,215,134); }

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

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

 span { border-color: rgb(182,215,134); }

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