#B0D691

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

Shades of Feijoa #B0D691

Tints of Feijoa #B0D691

Color information

#B0D691 (or 0xB0D691) is unknown color: approx Feijoa. HEX triplet: B0, D6 and 91. RGB value is (176,214,145). Sum of RGB (Red+Green+Blue) = 176+214+145=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D691 is #4F296E. Grayscale: #C3C3C3. Windows color (decimal): -5187951 or 9557680. OLE color: 9557680.

HSL color Cylindrical-coordinate representation of color #B0D691: hue angle of 93.04º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0D691 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB176214145-
CMYK0.1800.320.16
HSL93.04º45.7%70.39%-
HSV(B)93.04º32.24%83.92%-
XYZ47.0659.3735.77-
YUV194.7799.91114.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 145 (57.03% from 255) = 27.10%
R=32.90%
G=40%
B=27.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141450.1800.320.1693.0445.770.39
HexB0D69112020105d2e46
Octal260326221220402013556106
Binary1011000011010110100100011001001000001000010111011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D691; }

 p { color: rgb(176,214,145); }

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

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

 a { background-color: rgb(176,214,145); }

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

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

 span { border-color: rgb(176,214,145); }

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