#B6DC88

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

Shades of Feijoa #B6DC88

Tints of Feijoa #B6DC88

Color information

#B6DC88 (or 0xB6DC88) is unknown color: approx Feijoa. HEX triplet: B6, DC and 88. RGB value is (182,220,136). Sum of RGB (Red+Green+Blue) = 182+220+136=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DC88 is #492377. Grayscale: #C7C7C7. Windows color (decimal): -4793208 or 8969398. OLE color: 8969398.

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

Color convert

RGB182220136-
CMYK0.1700.380.14
HSL87.14º54.55%69.8%-
HSV(B)87.14º38.18%86.27%-
XYZ49.3362.9132.84-
YUV199.0692.41115.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 136 (53.52% from 255) = 25.28%
R=33.83%
G=40.89%
B=25.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201360.1700.380.1487.1454.5569.8
HexB6DC8811026E573746
Octal266334210210461612767106
Binary101101101101110010001000100010100110111010101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DC88; }

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

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

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

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

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

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

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

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