#B6DC8A

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

Shades of Feijoa #B6DC8A

Tints of Feijoa #B6DC8A

Color information

#B6DC8A (or 0xB6DC8A) is unknown color: approx Feijoa. HEX triplet: B6, DC and 8A. RGB value is (182,220,138). Sum of RGB (Red+Green+Blue) = 182+220+138=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DC8A is #492375. Grayscale: #C7C7C7. Windows color (decimal): -4793206 or 9100470. OLE color: 9100470.

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

Color convert

RGB182220138-
CMYK0.1700.370.14
HSL87.8º53.95%70.2%-
HSV(B)87.8º37.27%86.27%-
XYZ49.4762.9733.59-
YUV199.2993.41115.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=33.70%
G=40.74%
B=25.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201380.1700.370.1487.853.9570.2
HexB6DC8A11025E583646
Octal266334212210451613066106
Binary101101101101110010001010100010100101111010110001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DC8A; }

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

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

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

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

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

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

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

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