#B1D58E

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

Shades of Feijoa #B1D58E

Tints of Feijoa #B1D58E

Color information

#B1D58E (or 0xB1D58E) is unknown color: approx Feijoa. HEX triplet: B1, D5 and 8E. RGB value is (177,213,142). Sum of RGB (Red+Green+Blue) = 177+213+142=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D58E is #4E2A71. Grayscale: #C2C2C2. Windows color (decimal): -5122674 or 9360817. OLE color: 9360817.

HSL color Cylindrical-coordinate representation of color #B1D58E: hue angle of 90.42º 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 #B1D58E is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB177213142-
CMYK0.1700.330.16
HSL90.42º45.81%69.61%-
HSV(B)90.42º33.33%83.53%-
XYZ46.8158.8934.49-
YUV194.1498.57115.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=33.27%
G=40.04%
B=26.69%

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
Decimal1772131420.1700.330.1690.4245.8169.61
HexB1D58E11021105a2e46
Octal261325216210412013256106
Binary1011000111010101100011101000101000011000010110101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D58E; }

 p { color: rgb(177,213,142); }

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

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

 a { background-color: rgb(177,213,142); }

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

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

 span { border-color: rgb(177,213,142); }

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