#B0D58E

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

Shades of Feijoa #B0D58E

Tints of Feijoa #B0D58E

Color information

#B0D58E (or 0xB0D58E) is unknown color: approx Feijoa. HEX triplet: B0, D5 and 8E. RGB value is (176,213,142). Sum of RGB (Red+Green+Blue) = 176+213+142=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D58E is #4F2A71. Grayscale: #C2C2C2. Windows color (decimal): -5188210 or 9360816. OLE color: 9360816.

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

Color convert

RGB176213142-
CMYK0.1700.330.16
HSL91.27º45.81%69.61%-
HSV(B)91.27º33.33%83.53%-
XYZ46.5858.7734.48-
YUV193.8498.74115.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=33.15%
G=40.11%
B=26.74%

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
Decimal1762131420.1700.330.1691.2745.8169.61
HexB0D58E11021105b2e46
Octal260325216210412013356106
Binary1011000011010101100011101000101000011000010110111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D58E; }

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

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

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

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

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

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

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

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