#B6D989

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

Shades of Feijoa #B6D989

Tints of Feijoa #B6D989

Color information

#B6D989 (or 0xB6D989) is unknown color: approx Feijoa. HEX triplet: B6, D9 and 89. RGB value is (182,217,137). Sum of RGB (Red+Green+Blue) = 182+217+137=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D989 is #492676. Grayscale: #C5C5C5. Windows color (decimal): -4793975 or 9034166. OLE color: 9034166.

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

Color convert

RGB182217137-
CMYK0.1600.370.15
HSL86.25º51.28%69.41%-
HSV(B)86.25º36.87%85.1%-
XYZ48.6261.3832.95-
YUV197.4293.9117-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 137 (53.91% from 255) = 25.56%
R=33.96%
G=40.49%
B=25.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822171370.1600.370.1586.2551.2869.41
HexB6D98910025F563345
Octal266331211200451712663105
Binary101101101101100110001001100000100101111110101101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D989; }

 p { color: rgb(182,217,137); }

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

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

 a { background-color: rgb(182,217,137); }

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

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

 span { border-color: rgb(182,217,137); }

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