#B3D880

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

Shades of Feijoa #B3D880

Tints of Feijoa #B3D880

Color information

#B3D880 (or 0xB3D880) is unknown color: approx Feijoa. HEX triplet: B3, D8 and 80. RGB value is (179,216,128). Sum of RGB (Red+Green+Blue) = 179+216+128=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D880 is #4C277F. Grayscale: #C3C3C3. Windows color (decimal): -4990848 or 8444083. OLE color: 8444083.

HSL color Cylindrical-coordinate representation of color #B3D880: hue angle of 85.23º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3D880 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB179216128-
CMYK0.1700.410.15
HSL85.23º53.01%67.45%-
HSV(B)85.23º40.74%84.71%-
XYZ47.0460.2529.57-
YUV194.990.24116.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=34.23%
G=41.30%
B=24.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792161280.1700.410.1585.2353.0167.45
HexB3D88011029F553543
Octal263330200210511712565103
Binary101100111101100010000000100010101001111110101011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D880; }

 p { color: rgb(179,216,128); }

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

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

 a { background-color: rgb(179,216,128); }

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

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

 span { border-color: rgb(179,216,128); }

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