#B4D16E

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

Shades of Wild Willow #B4D16E

Tints of Wild Willow #B4D16E

Color information

#B4D16E (or 0xB4D16E) is unknown color: approx Wild Willow. HEX triplet: B4, D1 and 6E. RGB value is (180,209,110). Sum of RGB (Red+Green+Blue) = 180+209+110=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D16E is #4B2E91. Grayscale: #BDBDBD. Windows color (decimal): -4927122 or 7262644. OLE color: 7262644.

HSL color Cylindrical-coordinate representation of color #B4D16E: hue angle of 77.58º 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 #B4D16E is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB180209110-
CMYK0.1400.470.18
HSL77.58º51.83%62.55%-
HSV(B)77.58º47.37%81.96%-
XYZ44.4456.4323.3-
YUV189.0483.39121.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 110 (43.36% from 255) = 22.04%
R=36.07%
G=41.88%
B=22.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802091100.1400.470.1877.5851.8362.55
HexB4D16EE02F124e343f
Octal26432115616057221166477
Binary1011010011010001110111011100101111100101001110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D16E; }

 p { color: rgb(180,209,110); }

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

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

 a { background-color: rgb(180,209,110); }

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

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

 span { border-color: rgb(180,209,110); }

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