#B1D38A

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

Shades of Feijoa #B1D38A

Tints of Feijoa #B1D38A

Color information

#B1D38A (or 0xB1D38A) is unknown color: approx Feijoa. HEX triplet: B1, D3 and 8A. RGB value is (177,211,138). Sum of RGB (Red+Green+Blue) = 177+211+138=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D38A is #4E2C75. Grayscale: #C0C0C0. Windows color (decimal): -5123190 or 9098161. OLE color: 9098161.

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

Color convert

RGB177211138-
CMYK0.1600.350.17
HSL87.95º45.34%68.43%-
HSV(B)87.95º34.6%82.75%-
XYZ46.0157.7732.77-
YUV192.5197.24116.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=33.65%
G=40.11%
B=26.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772111380.1600.350.1787.9545.3468.43
HexB1D38A1002311582d44
Octal261323212200432113055104
Binary1011000111010011100010101000001000111000110110001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D38A; }

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

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

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

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

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

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

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

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