#B4BF64

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

Shades of Wild Willow #B4BF64

Tints of Wild Willow #B4BF64

Color information

#B4BF64 (or 0xB4BF64) is unknown color: approx Wild Willow. HEX triplet: B4, BF and 64. RGB value is (180,191,100). Sum of RGB (Red+Green+Blue) = 180+191+100=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF64 is #4B409B. Grayscale: #B1B1B1. Windows color (decimal): -4931740 or 6602676. OLE color: 6602676.

HSL color Cylindrical-coordinate representation of color #B4BF64: hue angle of 67.25º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4BF64 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB180191100-
CMYK0.0600.480.25
HSL67.25º41.55%57.06%-
HSV(B)67.25º47.64%74.9%-
XYZ39.7547.8919.2-
YUV177.3484.36129.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=38.22%
G=40.55%
B=21.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911000.0600.480.2567.2541.5557.06
HexB4BF64603019432a39
Octal2642771446060311035271
Binary101101001011111111001001100110000110011000011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF64; }

 p { color: rgb(180,191,100); }

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

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

 a { background-color: rgb(180,191,100); }

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

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

 span { border-color: rgb(180,191,100); }

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