#B0D985

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

Shades of Feijoa #B0D985

Tints of Feijoa #B0D985

Color information

#B0D985 (or 0xB0D985) is unknown color: approx Feijoa. HEX triplet: B0, D9 and 85. RGB value is (176,217,133). Sum of RGB (Red+Green+Blue) = 176+217+133=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D985 is #4F267A. Grayscale: #C3C3C3. Windows color (decimal): -5187195 or 8772016. OLE color: 8772016.

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

Color convert

RGB176217133-
CMYK0.1900.390.15
HSL89.29º52.5%68.63%-
HSV(B)89.29º38.71%85.1%-
XYZ46.9560.5531.4-
YUV195.1692.92114.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=33.46%
G=41.25%
B=25.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762171330.1900.390.1589.2952.568.63
HexB0D98513027F593545
Octal260331205230471713165105
Binary101100001101100110000101100110100111111110110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D985; }

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

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

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

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

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

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

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

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