#B0D78A

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

Shades of Feijoa #B0D78A

Tints of Feijoa #B0D78A

Color information

#B0D78A (or 0xB0D78A) is unknown color: approx Feijoa. HEX triplet: B0, D7 and 8A. RGB value is (176,215,138). Sum of RGB (Red+Green+Blue) = 176+215+138=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D78A is #4F2875. Grayscale: #C2C2C2. Windows color (decimal): -5187702 or 9099184. OLE color: 9099184.

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

Color convert

RGB176215138-
CMYK0.1800.360.16
HSL90.39º49.04%69.22%-
HSV(B)90.39º35.81%84.31%-
XYZ46.7959.6733.1-
YUV194.5696.08114.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 215 (84.38% from 255) = 40.64%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=33.27%
G=40.64%
B=26.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151380.1800.360.1690.3949.0469.22
HexB0D78A12024105a3145
Octal260327212220442013261105
Binary1011000011010111100010101001001001001000010110101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D78A; }

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

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

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

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

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

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

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

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