#B4D061

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

Shades of Wild Willow #B4D061

Tints of Wild Willow #B4D061

Color information

#B4D061 (or 0xB4D061) is unknown color: approx Wild Willow. HEX triplet: B4, D0 and 61. RGB value is (180,208,97). Sum of RGB (Red+Green+Blue) = 180+208+97=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D061 is #4B2F9E. Grayscale: #BBBBBB. Windows color (decimal): -4927391 or 6410420. OLE color: 6410420.

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

Color convert

RGB18020897-
CMYK0.1300.530.18
HSL75.14º54.15%59.8%-
HSV(B)75.14º53.37%81.57%-
XYZ43.5455.6819.76-
YUV186.9777.22123.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 97 (38.28% from 255) = 20%
R=37.11%
G=42.89%
B=20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180208970.1300.530.1875.1454.1559.8
HexB4D061D035124b363c
Octal26432014115065221136674
Binary1011010011010000110000111010110101100101001011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D061; }

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

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

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

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

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

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

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

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