#B4D987

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

Shades of Feijoa #B4D987

Tints of Feijoa #B4D987

Color information

#B4D987 (or 0xB4D987) is unknown color: approx Feijoa. HEX triplet: B4, D9 and 87. RGB value is (180,217,135). Sum of RGB (Red+Green+Blue) = 180+217+135=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D987 is #4B2678. Grayscale: #C4C4C4. Windows color (decimal): -4925049 or 8903092. OLE color: 8903092.

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

Color convert

RGB180217135-
CMYK0.1700.380.15
HSL87.07º51.9%69.02%-
HSV(B)87.07º37.79%85.1%-
XYZ48.0161.0832.18-
YUV196.5993.24116.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 135 (53.12% from 255) = 25.38%
R=33.83%
G=40.79%
B=25.38%

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
Decimal1802171350.1700.380.1587.0751.969.02
HexB4D98711026F573445
Octal264331207210461712764105
Binary101101001101100110000111100010100110111110101111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D987; }

 p { color: rgb(180,217,135); }

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

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

 a { background-color: rgb(180,217,135); }

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

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

 span { border-color: rgb(180,217,135); }

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