#B1D793

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

Shades of Feijoa #B1D793

Tints of Feijoa #B1D793

Color information

#B1D793 (or 0xB1D793) is unknown color: approx Feijoa. HEX triplet: B1, D7 and 93. RGB value is (177,215,147). Sum of RGB (Red+Green+Blue) = 177+215+147=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D793 is #4E286C. Grayscale: #C4C4C4. Windows color (decimal): -5122157 or 9689009. OLE color: 9689009.

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

Color convert

RGB177215147-
CMYK0.1800.320.16
HSL93.53º45.95%70.98%-
HSV(B)93.53º31.63%84.31%-
XYZ47.760.0536.68-
YUV195.89100.41114.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 215 (84.38% from 255) = 39.89%
BLUE value IS 147 (57.81% from 255) = 27.27%
R=32.84%
G=39.89%
B=27.27%

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
Decimal1772151470.1800.320.1693.5345.9570.98
HexB1D79312020105e2e47
Octal261327223220402013656107
Binary1011000111010111100100111001001000001000010111101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D793; }

 p { color: rgb(177,215,147); }

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

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

 a { background-color: rgb(177,215,147); }

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

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

 span { border-color: rgb(177,215,147); }

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