#B0D77D

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

Shades of Feijoa #B0D77D

Tints of Feijoa #B0D77D

Color information

#B0D77D (or 0xB0D77D) is unknown color: approx Feijoa. HEX triplet: B0, D7 and 7D. RGB value is (176,215,125). Sum of RGB (Red+Green+Blue) = 176+215+125=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D77D is #4F2882. Grayscale: #C1C1C1. Windows color (decimal): -5187715 or 8247216. OLE color: 8247216.

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

Color convert

RGB176215125-
CMYK0.1800.420.16
HSL86º52.94%66.67%-
HSV(B)86º41.86%84.31%-
XYZ45.9159.3128.43-
YUV193.0889.58115.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=34.11%
G=41.67%
B=24.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151250.1800.420.168652.9466.67
HexB0D77D1202A10563543
Octal260327175220522012665103
Binary101100001101011111111011001001010101000010101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D77D; }

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

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

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

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

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

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

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

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