#B1D48A

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

Shades of Feijoa #B1D48A

Tints of Feijoa #B1D48A

Color information

#B1D48A (or 0xB1D48A) is unknown color: approx Feijoa. HEX triplet: B1, D4 and 8A. RGB value is (177,212,138). Sum of RGB (Red+Green+Blue) = 177+212+138=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D48A is #4E2B75. Grayscale: #C1C1C1. Windows color (decimal): -5122934 or 9098417. OLE color: 9098417.

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

Color convert

RGB177212138-
CMYK0.1700.350.17
HSL88.38º46.25%68.63%-
HSV(B)88.38º34.91%83.14%-
XYZ46.2658.2732.85-
YUV193.196.9116.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=33.59%
G=40.23%
B=26.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772121380.1700.350.1788.3846.2568.63
HexB1D48A1102311582e45
Octal261324212210432113056105
Binary1011000111010100100010101000101000111000110110001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D48A; }

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

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

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

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

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

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

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

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