#B1D874

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

Shades of Feijoa #B1D874

Tints of Feijoa #B1D874

Color information

#B1D874 (or 0xB1D874) is unknown color: approx Feijoa. HEX triplet: B1, D8 and 74. RGB value is (177,216,116). Sum of RGB (Red+Green+Blue) = 177+216+116=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D874 is #4E278B. Grayscale: #C1C1C1. Windows color (decimal): -5121932 or 7657649. OLE color: 7657649.

HSL color Cylindrical-coordinate representation of color #B1D874: hue angle of 83.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1D874 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB177216116-
CMYK0.1800.460.15
HSL83.4º56.18%65.1%-
HSV(B)83.4º46.3%84.71%-
XYZ45.8459.7225.63-
YUV192.9484.58116.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 216 (84.77% from 255) = 42.44%
BLUE value IS 116 (45.70% from 255) = 22.79%
R=34.77%
G=42.44%
B=22.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772161160.1800.460.1583.456.1865.1
HexB1D8741202EF533841
Octal261330164220561712370101
Binary10110001110110001110100100100101110111110100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D874; }

 p { color: rgb(177,216,116); }

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

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

 a { background-color: rgb(177,216,116); }

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

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

 span { border-color: rgb(177,216,116); }

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