#B3D885

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

Shades of Feijoa #B3D885

Tints of Feijoa #B3D885

Color information

#B3D885 (or 0xB3D885) is unknown color: approx Feijoa. HEX triplet: B3, D8 and 85. RGB value is (179,216,133). Sum of RGB (Red+Green+Blue) = 179+216+133=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D885 is #4C277A. Grayscale: #C3C3C3. Windows color (decimal): -4990843 or 8771763. OLE color: 8771763.

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

Color convert

RGB179216133-
CMYK0.1700.380.15
HSL86.75º51.55%68.43%-
HSV(B)86.75º38.43%84.71%-
XYZ47.3860.3931.35-
YUV195.4892.74116.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=33.90%
G=40.91%
B=25.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792161330.1700.380.1586.7551.5568.43
HexB3D88511026F573444
Octal263330205210461712764104
Binary101100111101100010000101100010100110111110101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D885; }

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

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

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

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

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

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

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

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