#B0D78B

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

Shades of Feijoa #B0D78B

Tints of Feijoa #B0D78B

Color information

#B0D78B (or 0xB0D78B) is unknown color: approx Feijoa. HEX triplet: B0, D7 and 8B. RGB value is (176,215,139). Sum of RGB (Red+Green+Blue) = 176+215+139=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D78B is #4F2874. Grayscale: #C2C2C2. Windows color (decimal): -5187701 or 9164720. OLE color: 9164720.

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

Color convert

RGB176215139-
CMYK0.1800.350.16
HSL90.79º48.72%69.41%-
HSV(B)90.79º35.35%84.31%-
XYZ46.8759.733.48-
YUV194.6896.58114.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=33.21%
G=40.57%
B=26.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151390.1800.350.1690.7948.7269.41
HexB0D78B12023105b3145
Octal260327213220432013361105
Binary1011000011010111100010111001001000111000010110111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D78B; }

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

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

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

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

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

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

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

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