#B4DF91

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

Shades of Feijoa #B4DF91

Tints of Feijoa #B4DF91

Color information

#B4DF91 (or 0xB4DF91) is unknown color: approx Feijoa. HEX triplet: B4, DF and 91. RGB value is (180,223,145). Sum of RGB (Red+Green+Blue) = 180+223+145=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DF91 is #4B206E. Grayscale: #C9C9C9. Windows color (decimal): -4923503 or 9559988. OLE color: 9559988.

HSL color Cylindrical-coordinate representation of color #B4DF91: hue angle of 93.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4DF91 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB180223145-
CMYK0.1900.350.13
HSL93.08º54.93%72.16%-
HSV(B)93.08º34.98%87.45%-
XYZ50.3264.5236.59-
YUV201.2596.25112.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 223 (87.5% from 255) = 40.69%
BLUE value IS 145 (57.03% from 255) = 26.46%
R=32.85%
G=40.69%
B=26.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802231450.1900.350.1393.0854.9372.16
HexB4DF9113023D5d3748
Octal264337221230431513567110
Binary101101001101111110010001100110100011110110111011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DF91; }

 p { color: rgb(180,223,145); }

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

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

 a { background-color: rgb(180,223,145); }

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

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

 span { border-color: rgb(180,223,145); }

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