#B0D58B

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

Shades of Feijoa #B0D58B

Tints of Feijoa #B0D58B

Color information

#B0D58B (or 0xB0D58B) is unknown color: approx Feijoa. HEX triplet: B0, D5 and 8B. RGB value is (176,213,139). Sum of RGB (Red+Green+Blue) = 176+213+139=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D58B is #4F2A74. Grayscale: #C1C1C1. Windows color (decimal): -5188213 or 9164208. OLE color: 9164208.

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

Color convert

RGB176213139-
CMYK0.1700.350.16
HSL90º46.84%69.02%-
HSV(B)90º34.74%83.53%-
XYZ46.3658.6833.31-
YUV193.597.24115.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 213 (83.59% from 255) = 40.34%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=33.33%
G=40.34%
B=26.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131390.1700.350.169046.8469.02
HexB0D58B11023105a2f45
Octal260325213210432013257105
Binary1011000011010101100010111000101000111000010110101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D58B; }

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

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

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

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

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

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

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

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