#B6DC85

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

Shades of Feijoa #B6DC85

Tints of Feijoa #B6DC85

Color information

#B6DC85 (or 0xB6DC85) is unknown color: approx Feijoa. HEX triplet: B6, DC and 85. RGB value is (182,220,133). Sum of RGB (Red+Green+Blue) = 182+220+133=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DC85 is #49237A. Grayscale: #C7C7C7. Windows color (decimal): -4793211 or 8772790. OLE color: 8772790.

HSL color Cylindrical-coordinate representation of color #B6DC85: hue angle of 86.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6DC85 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB182220133-
CMYK0.1700.400.14
HSL86.21º55.41%69.22%-
HSV(B)86.21º39.55%86.27%-
XYZ49.1262.8231.73-
YUV198.7290.91116.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=34.02%
G=41.12%
B=24.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201330.1700.400.1486.2155.4169.22
HexB6DC8511028E563745
Octal266334205210501612667105
Binary101101101101110010000101100010101000111010101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DC85; }

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

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

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

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

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

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

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

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