#B0DA85

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

Shades of Feijoa #B0DA85

Tints of Feijoa #B0DA85

Color information

#B0DA85 (or 0xB0DA85) is unknown color: approx Feijoa. HEX triplet: B0, DA and 85. RGB value is (176,218,133). Sum of RGB (Red+Green+Blue) = 176+218+133=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA85 is #4F257A. Grayscale: #C4C4C4. Windows color (decimal): -5186939 or 8772272. OLE color: 8772272.

HSL color Cylindrical-coordinate representation of color #B0DA85: hue angle of 89.65º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0DA85 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB176218133-
CMYK0.1900.390.15
HSL89.65º53.46%68.82%-
HSV(B)89.65º38.99%85.49%-
XYZ47.2161.0731.49-
YUV195.7592.59113.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=33.40%
G=41.37%
B=25.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181330.1900.390.1589.6553.4668.82
HexB0DA8513027F5a3545
Octal260332205230471713265105
Binary101100001101101010000101100110100111111110110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA85; }

 p { color: rgb(176,218,133); }

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

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

 a { background-color: rgb(176,218,133); }

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

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

 span { border-color: rgb(176,218,133); }

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