#B0D594

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

Shades of Feijoa #B0D594

Tints of Feijoa #B0D594

Color information

#B0D594 (or 0xB0D594) is unknown color: approx Feijoa. HEX triplet: B0, D5 and 94. RGB value is (176,213,148). Sum of RGB (Red+Green+Blue) = 176+213+148=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D594 is #4F2A6B. Grayscale: #C2C2C2. Windows color (decimal): -5188204 or 9754032. OLE color: 9754032.

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

Color convert

RGB176213148-
CMYK0.1700.310.16
HSL94.15º43.62%70.78%-
HSV(B)94.15º30.52%83.53%-
XYZ47.0458.9636.92-
YUV194.53101.74114.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=32.77%
G=39.66%
B=27.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131480.1700.310.1694.1543.6270.78
HexB0D5941101F105e2c47
Octal260325224210372013654107
Binary101100001101010110010100100010111111000010111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D594; }

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

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

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

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

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

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

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

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