#B1D38D

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

Shades of Feijoa #B1D38D

Tints of Feijoa #B1D38D

Color information

#B1D38D (or 0xB1D38D) is unknown color: approx Feijoa. HEX triplet: B1, D3 and 8D. RGB value is (177,211,141). Sum of RGB (Red+Green+Blue) = 177+211+141=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D38D is #4E2C72. Grayscale: #C1C1C1. Windows color (decimal): -5123187 or 9294769. OLE color: 9294769.

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

Color convert

RGB177211141-
CMYK0.1600.330.17
HSL89.14º44.3%69.02%-
HSV(B)89.14º33.18%82.75%-
XYZ46.2357.8633.93-
YUV192.8598.74116.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=33.46%
G=39.89%
B=26.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772111410.1600.330.1789.1444.369.02
HexB1D38D1002111592c45
Octal261323215200412113154105
Binary1011000111010011100011011000001000011000110110011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D38D; }

 p { color: rgb(177,211,141); }

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

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

 a { background-color: rgb(177,211,141); }

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

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

 span { border-color: rgb(177,211,141); }

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