#B6D785

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

Shades of Feijoa #B6D785

Tints of Feijoa #B6D785

Color information

#B6D785 (or 0xB6D785) is unknown color: approx Feijoa. HEX triplet: B6, D7 and 85. RGB value is (182,215,133). Sum of RGB (Red+Green+Blue) = 182+215+133=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D785 is #49287A. Grayscale: #C4C4C4. Windows color (decimal): -4794491 or 8771510. OLE color: 8771510.

HSL color Cylindrical-coordinate representation of color #B6D785: hue angle of 84.15º degrees, saturation: 0.51, 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 #B6D785 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB182215133-
CMYK0.1500.380.16
HSL84.15º50.62%68.24%-
HSV(B)84.15º38.14%84.31%-
XYZ47.8360.2431.3-
YUV195.7892.57118.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=34.34%
G=40.57%
B=25.09%

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
Decimal1822151330.1500.380.1684.1550.6268.24
HexB6D785F02610543344
Octal266327205170462012463104
Binary101101101101011110000101111101001101000010101001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D785; }

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

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

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

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

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

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

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

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