#b5dc90

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

Shades of Feijoa #B5DC90

Tints of Feijoa #B5DC90

Color information

#B5DC90 (or 0xB5DC90) is unknown color: approx Feijoa. HEX triplet: B5, DC and 90. RGB value is (181,220,144). Sum of RGB (Red+Green+Blue) = 181+220+144=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC90 is #4A236F. Grayscale: #C7C7C7. Windows color (decimal): -4858736 or 9493685. OLE color: 9493685.

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

Color convert

RGB181220144-
CMYK0.1800.350.14
HSL90.79º52.05%71.37%-
HSV(B)90.79º34.55%86.27%-
XYZ49.6863.0235.93-
YUV199.6896.58114.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=33.21%
G=40.37%
B=26.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201440.1800.350.1490.7952.0571.37
HexB5DC9012023E5b3447
Octal265334220220431613364107
Binary101101011101110010010000100100100011111010110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5dc90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5dc90; }

 p { color: rgb(181,220,144); }

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

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

 a { background-color: rgb(181,220,144); }

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

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

 span { border-color: rgb(181,220,144); }

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