#B0DA8A

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

Shades of Feijoa #B0DA8A

Tints of Feijoa #B0DA8A

Color information

#B0DA8A (or 0xB0DA8A) is unknown color: approx Feijoa. HEX triplet: B0, DA and 8A. RGB value is (176,218,138). Sum of RGB (Red+Green+Blue) = 176+218+138=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA8A is #4F2575. Grayscale: #C4C4C4. Windows color (decimal): -5186934 or 9099952. OLE color: 9099952.

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

Color convert

RGB176218138-
CMYK0.1900.370.15
HSL91.5º51.95%69.8%-
HSV(B)91.5º36.7%85.49%-
XYZ47.5661.2133.35-
YUV196.3295.09113.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=33.08%
G=40.98%
B=25.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181380.1900.370.1591.551.9569.8
HexB0DA8A13025F5c3446
Octal260332212230451713464106
Binary101100001101101010001010100110100101111110111001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA8A; }

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

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

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

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

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

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

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

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