#B6D88B

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

Shades of Feijoa #B6D88B

Tints of Feijoa #B6D88B

Color information

#B6D88B (or 0xB6D88B) is unknown color: approx Feijoa. HEX triplet: B6, D8 and 8B. RGB value is (182,216,139). Sum of RGB (Red+Green+Blue) = 182+216+139=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D88B is #492774. Grayscale: #C5C5C5. Windows color (decimal): -4794229 or 9164982. OLE color: 9164982.

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

Color convert

RGB182216139-
CMYK0.1600.360.15
HSL86.49º49.68%69.61%-
HSV(B)86.49º35.65%84.71%-
XYZ48.5160.9233.63-
YUV197.0695.24117.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 139 (54.69% from 255) = 25.88%
R=33.89%
G=40.22%
B=25.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822161390.1600.360.1586.4949.6869.61
HexB6D88B10024F563246
Octal266330213200441712662106
Binary101101101101100010001011100000100100111110101101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D88B; }

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

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

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

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

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

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

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

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