#B5DC82

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

Shades of Feijoa #B5DC82

Tints of Feijoa #B5DC82

Color information

#B5DC82 (or 0xB5DC82) is unknown color: approx Feijoa. HEX triplet: B5, DC and 82. RGB value is (181,220,130). Sum of RGB (Red+Green+Blue) = 181+220+130=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC82 is #4A237D. Grayscale: #C6C6C6. Windows color (decimal): -4858750 or 8576181. OLE color: 8576181.

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

Color convert

RGB181220130-
CMYK0.1800.410.14
HSL86º56.25%68.63%-
HSV(B)86º40.91%86.27%-
XYZ48.6862.6230.64-
YUV198.0889.58115.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=34.09%
G=41.43%
B=24.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201300.1800.410.148656.2568.63
HexB5DC8212029E563845
Octal265334202220511612670105
Binary101101011101110010000010100100101001111010101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC82; }

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

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

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

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

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

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

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

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