#B6DA84

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

Shades of Feijoa #B6DA84

Tints of Feijoa #B6DA84

Color information

#B6DA84 (or 0xB6DA84) is unknown color: approx Feijoa. HEX triplet: B6, DA and 84. RGB value is (182,218,132). Sum of RGB (Red+Green+Blue) = 182+218+132=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DA84 is #49257B. Grayscale: #C5C5C5. Windows color (decimal): -4793724 or 8706742. OLE color: 8706742.

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

Color convert

RGB182218132-
CMYK0.1700.390.15
HSL85.12º53.75%68.63%-
HSV(B)85.12º39.45%85.49%-
XYZ48.5361.7531.19-
YUV197.4391.07116.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.21%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 132 (51.95% from 255) = 24.81%
R=34.21%
G=40.98%
B=24.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822181320.1700.390.1585.1253.7568.63
HexB6DA8411027F553645
Octal266332204210471712566105
Binary101101101101101010000100100010100111111110101011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DA84; }

 p { color: rgb(182,218,132); }

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

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

 a { background-color: rgb(182,218,132); }

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

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

 span { border-color: rgb(182,218,132); }

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