#B4C067

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

Shades of Wild Willow #B4C067

Tints of Wild Willow #B4C067

Color information

#B4C067 (or 0xB4C067) is unknown color: approx Wild Willow. HEX triplet: B4, C0 and 67. RGB value is (180,192,103). Sum of RGB (Red+Green+Blue) = 180+192+103=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C067 is #4B3F98. Grayscale: #B2B2B2. Windows color (decimal): -4931481 or 6799540. OLE color: 6799540.

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

Color convert

RGB180192103-
CMYK0.0600.460.25
HSL68.09º41.4%57.84%-
HSV(B)68.09º46.35%75.29%-
XYZ40.1248.3820.06-
YUV178.2785.52129.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=37.89%
G=40.42%
B=21.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921030.0600.460.2568.0941.457.84
HexB4C067602E1944293a
Octal2643001476056311045172
Binary101101001100000011001111100101110110011000100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C067; }

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

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

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

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

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

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

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

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