#B4D161

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

Shades of Wild Willow #B4D161

Tints of Wild Willow #B4D161

Color information

#B4D161 (or 0xB4D161) is unknown color: approx Wild Willow. HEX triplet: B4, D1 and 61. RGB value is (180,209,97). Sum of RGB (Red+Green+Blue) = 180+209+97=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D161 is #4B2E9E. Grayscale: #BBBBBB. Windows color (decimal): -4927135 or 6410676. OLE color: 6410676.

HSL color Cylindrical-coordinate representation of color #B4D161: hue angle of 75.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4D161 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB18020997-
CMYK0.1400.540.18
HSL75.54º54.9%60%-
HSV(B)75.54º53.59%81.96%-
XYZ43.7856.1719.84-
YUV187.5676.89122.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 97 (38.28% from 255) = 19.96%
R=37.04%
G=43.00%
B=19.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180209970.1400.540.1875.5454.960
HexB4D161E036124c373c
Octal26432114116066221146774
Binary1011010011010001110000111100110110100101001100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D161; }

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

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

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

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

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

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

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

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