#B0D584

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

Shades of Feijoa #B0D584

Tints of Feijoa #B0D584

Color information

#B0D584 (or 0xB0D584) is unknown color: approx Feijoa. HEX triplet: B0, D5 and 84. RGB value is (176,213,132). Sum of RGB (Red+Green+Blue) = 176+213+132=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D584 is #4F2A7B. Grayscale: #C0C0C0. Windows color (decimal): -5188220 or 8705456. OLE color: 8705456.

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

Color convert

RGB176213132-
CMYK0.1700.380.16
HSL87.41º49.09%67.65%-
HSV(B)87.41º38.03%83.53%-
XYZ45.8658.4830.7-
YUV192.793.74116.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 132 (51.95% from 255) = 25.34%
R=33.78%
G=40.88%
B=25.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131320.1700.380.1687.4149.0967.65
HexB0D5841102610573144
Octal260325204210462012761104
Binary1011000011010101100001001000101001101000010101111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D584; }

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

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

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

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

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

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

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

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