#B4DA94

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

Shades of Feijoa #B4DA94

Tints of Feijoa #B4DA94

Color information

#B4DA94 (or 0xB4DA94) is unknown color: approx Feijoa. HEX triplet: B4, DA and 94. RGB value is (180,218,148). Sum of RGB (Red+Green+Blue) = 180+218+148=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DA94 is #4B256B. Grayscale: #C6C6C6. Windows color (decimal): -4924780 or 9755316. OLE color: 9755316.

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

Color convert

RGB180218148-
CMYK0.1700.320.15
HSL92.57º48.61%71.76%-
HSV(B)92.57º32.11%85.49%-
XYZ49.2461.9837.39-
YUV198.6699.41114.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=32.97%
G=39.93%
B=27.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802181480.1700.320.1592.5748.6171.76
HexB4DA9411020F5d3148
Octal264332224210401713561110
Binary101101001101101010010100100010100000111110111011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DA94; }

 p { color: rgb(180,218,148); }

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

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

 a { background-color: rgb(180,218,148); }

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

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

 span { border-color: rgb(180,218,148); }

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