#B1D68E

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

Shades of Feijoa #B1D68E

Tints of Feijoa #B1D68E

Color information

#B1D68E (or 0xB1D68E) is unknown color: approx Feijoa. HEX triplet: B1, D6 and 8E. RGB value is (177,214,142). Sum of RGB (Red+Green+Blue) = 177+214+142=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D68E is #4E2971. Grayscale: #C2C2C2. Windows color (decimal): -5122418 or 9361073. OLE color: 9361073.

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

Color convert

RGB177214142-
CMYK0.1700.340.16
HSL90.83º46.75%69.8%-
HSV(B)90.83º33.64%83.92%-
XYZ47.0659.3934.57-
YUV194.7398.24115.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=33.21%
G=40.15%
B=26.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772141420.1700.340.1690.8346.7569.8
HexB1D68E11022105b2f46
Octal261326216210422013357106
Binary1011000111010110100011101000101000101000010110111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D68E; }

 p { color: rgb(177,214,142); }

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

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

 a { background-color: rgb(177,214,142); }

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

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

 span { border-color: rgb(177,214,142); }

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