#B6D885

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

Shades of Feijoa #B6D885

Tints of Feijoa #B6D885

Color information

#B6D885 (or 0xB6D885) is unknown color: approx Feijoa. HEX triplet: B6, D8 and 85. RGB value is (182,216,133). Sum of RGB (Red+Green+Blue) = 182+216+133=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D885 is #49277A. Grayscale: #C4C4C4. Windows color (decimal): -4794235 or 8771766. OLE color: 8771766.

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

Color convert

RGB182216133-
CMYK0.1600.380.15
HSL84.58º51.55%68.43%-
HSV(B)84.58º38.43%84.71%-
XYZ48.0860.7531.38-
YUV196.3792.24117.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=34.27%
G=40.68%
B=25.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822161330.1600.380.1584.5851.5568.43
HexB6D88510026F553444
Octal266330205200461712564104
Binary101101101101100010000101100000100110111110101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D885; }

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

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

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

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

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

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

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

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