#B4DB90

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

Shades of Feijoa #B4DB90

Tints of Feijoa #B4DB90

Color information

#B4DB90 (or 0xB4DB90) is unknown color: approx Feijoa. HEX triplet: B4, DB and 90. RGB value is (180,219,144). Sum of RGB (Red+Green+Blue) = 180+219+144=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DB90 is #4B246F. Grayscale: #C7C7C7. Windows color (decimal): -4924528 or 9493428. OLE color: 9493428.

HSL color Cylindrical-coordinate representation of color #B4DB90: hue angle of 91.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4DB90 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB180219144-
CMYK0.1800.340.14
HSL91.2º51.02%71.18%-
HSV(B)91.2º34.25%85.88%-
XYZ49.1962.3835.83-
YUV198.7997.08114.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 219 (85.94% from 255) = 40.33%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=33.15%
G=40.33%
B=26.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802191440.1800.340.1491.251.0271.18
HexB4DB9012022E5b3347
Octal264333220220421613363107
Binary101101001101101110010000100100100010111010110111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DB90; }

 p { color: rgb(180,219,144); }

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

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

 a { background-color: rgb(180,219,144); }

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

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

 span { border-color: rgb(180,219,144); }

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