#B4C06D

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

Shades of Wild Willow #B4C06D

Tints of Wild Willow #B4C06D

Color information

#B4C06D (or 0xB4C06D) is unknown color: approx Wild Willow. HEX triplet: B4, C0 and 6D. RGB value is (180,192,109). Sum of RGB (Red+Green+Blue) = 180+192+109=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C06D is #4B3F92. Grayscale: #B3B3B3. Windows color (decimal): -4931475 or 7192756. OLE color: 7192756.

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

Color convert

RGB180192109-
CMYK0.0600.430.25
HSL68.67º39.71%59.02%-
HSV(B)68.67º43.23%75.29%-
XYZ40.4348.5121.7-
YUV178.9588.52128.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=37.42%
G=39.92%
B=22.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921090.0600.430.2568.6739.7159.02
HexB4C06D602B1945283b
Octal2643001556053311055073
Binary101101001100000011011011100101011110011000101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C06D; }

 p { color: rgb(180,192,109); }

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

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

 a { background-color: rgb(180,192,109); }

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

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

 span { border-color: rgb(180,192,109); }

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