#B6D98A

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

Shades of Feijoa #B6D98A

Tints of Feijoa #B6D98A

Color information

#B6D98A (or 0xB6D98A) is unknown color: approx Feijoa. HEX triplet: B6, D9 and 8A. RGB value is (182,217,138). Sum of RGB (Red+Green+Blue) = 182+217+138=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D98A is #492675. Grayscale: #C5C5C5. Windows color (decimal): -4793974 or 9099702. OLE color: 9099702.

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

Color convert

RGB182217138-
CMYK0.1600.360.15
HSL86.58º50.97%69.61%-
HSV(B)86.58º36.41%85.1%-
XYZ48.6961.4133.33-
YUV197.5394.4116.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=33.89%
G=40.41%
B=25.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822171380.1600.360.1586.5850.9769.61
HexB6D98A10024F573346
Octal266331212200441712763106
Binary101101101101100110001010100000100100111110101111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D98A; }

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

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

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

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

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

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

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

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