#B5D16F

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

Shades of Wild Willow #B5D16F

Tints of Wild Willow #B5D16F

Color information

#B5D16F (or 0xB5D16F) is unknown color: approx Wild Willow. HEX triplet: B5, D1 and 6F. RGB value is (181,209,111). Sum of RGB (Red+Green+Blue) = 181+209+111=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D16F is #4A2E90. Grayscale: #BDBDBD. Windows color (decimal): -4861585 or 7328181. OLE color: 7328181.

HSL color Cylindrical-coordinate representation of color #B5D16F: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5D16F is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB181209111-
CMYK0.1300.470.18
HSL77.14º51.58%62.75%-
HSV(B)77.14º46.89%81.96%-
XYZ44.7356.5723.6-
YUV189.4683.72121.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 111 (43.75% from 255) = 22.16%
R=36.13%
G=41.72%
B=22.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812091110.1300.470.1877.1451.5862.75
HexB5D16FD02F124d343f
Octal26532115715057221156477
Binary1011010111010001110111111010101111100101001101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D16F; }

 p { color: rgb(181,209,111); }

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

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

 a { background-color: rgb(181,209,111); }

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

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

 span { border-color: rgb(181,209,111); }

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