#B0DA8D

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

Shades of Feijoa #B0DA8D

Tints of Feijoa #B0DA8D

Color information

#B0DA8D (or 0xB0DA8D) is unknown color: approx Feijoa. HEX triplet: B0, DA and 8D. RGB value is (176,218,141). Sum of RGB (Red+Green+Blue) = 176+218+141=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA8D is #4F2572. Grayscale: #C4C4C4. Windows color (decimal): -5186931 or 9296560. OLE color: 9296560.

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

Color convert

RGB176218141-
CMYK0.1900.350.15
HSL92.73º50.99%70.39%-
HSV(B)92.73º35.32%85.49%-
XYZ47.7861.334.51-
YUV196.6696.59113.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=32.90%
G=40.75%
B=26.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181410.1900.350.1592.7350.9970.39
HexB0DA8D13023F5d3346
Octal260332215230431713563106
Binary101100001101101010001101100110100011111110111011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA8D; }

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

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

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

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

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

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

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

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