#B0D885

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

Shades of Feijoa #B0D885

Tints of Feijoa #B0D885

Color information

#B0D885 (or 0xB0D885) is unknown color: approx Feijoa. HEX triplet: B0, D8 and 85. RGB value is (176,216,133). Sum of RGB (Red+Green+Blue) = 176+216+133=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D885 is #4F277A. Grayscale: #C2C2C2. Windows color (decimal): -5187451 or 8771760. OLE color: 8771760.

HSL color Cylindrical-coordinate representation of color #B0D885: hue angle of 88.92º 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 #B0D885 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB176216133-
CMYK0.1900.380.15
HSL88.92º51.55%68.43%-
HSV(B)88.92º38.43%84.71%-
XYZ46.6960.0431.32-
YUV194.5893.25114.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 216 (84.77% from 255) = 41.14%
BLUE value IS 133 (52.34% from 255) = 25.33%
R=33.52%
G=41.14%
B=25.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762161330.1900.380.1588.9251.5568.43
HexB0D88513026F593444
Octal260330205230461713164104
Binary101100001101100010000101100110100110111110110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D885; }

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

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

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

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

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

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

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

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