#B6D688

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

Shades of Feijoa #B6D688

Tints of Feijoa #B6D688

Color information

#B6D688 (or 0xB6D688) is unknown color: approx Feijoa. HEX triplet: B6, D6 and 88. RGB value is (182,214,136). Sum of RGB (Red+Green+Blue) = 182+214+136=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D688 is #492977. Grayscale: #C3C3C3. Windows color (decimal): -4794744 or 8967862. OLE color: 8967862.

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

Color convert

RGB182214136-
CMYK0.1500.360.16
HSL84.62º48.75%68.63%-
HSV(B)84.62º36.45%83.92%-
XYZ47.7859.8232.32-
YUV195.5494.4118.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.21%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 136 (53.52% from 255) = 25.56%
R=34.21%
G=40.23%
B=25.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141360.1500.360.1684.6248.7568.63
HexB6D688F02410553145
Octal266326210170442012561105
Binary101101101101011010001000111101001001000010101011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D688; }

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

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

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

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

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

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

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

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