#B1D68F

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

Shades of Feijoa #B1D68F

Tints of Feijoa #B1D68F

Color information

#B1D68F (or 0xB1D68F) is unknown color: approx Feijoa. HEX triplet: B1, D6 and 8F. RGB value is (177,214,143). Sum of RGB (Red+Green+Blue) = 177+214+143=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D68F is #4E2970. Grayscale: #C3C3C3. Windows color (decimal): -5122417 or 9426609. OLE color: 9426609.

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

Color convert

RGB177214143-
CMYK0.1700.330.16
HSL91.27º46.41%70%-
HSV(B)91.27º33.18%83.92%-
XYZ47.1459.4234.97-
YUV194.8498.74115.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 143 (56.25% from 255) = 26.78%
R=33.15%
G=40.07%
B=26.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772141430.1700.330.1691.2746.4170
HexB1D68F11021105b2e46
Octal261326217210412013356106
Binary1011000111010110100011111000101000011000010110111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D68F; }

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

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

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

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

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

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

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

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