#B4C069

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

Shades of Wild Willow #B4C069

Tints of Wild Willow #B4C069

Color information

#B4C069 (or 0xB4C069) is unknown color: approx Wild Willow. HEX triplet: B4, C0 and 69. RGB value is (180,192,105). Sum of RGB (Red+Green+Blue) = 180+192+105=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C069 is #4B3F96. Grayscale: #B2B2B2. Windows color (decimal): -4931479 or 6930612. OLE color: 6930612.

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

Color convert

RGB180192105-
CMYK0.0600.450.25
HSL68.28º40.85%58.24%-
HSV(B)68.28º45.31%75.29%-
XYZ40.2248.4220.59-
YUV178.4986.52129.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=37.74%
G=40.25%
B=22.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921050.0600.450.2568.2840.8558.24
HexB4C069602D1944293a
Octal2643001516055311045172
Binary101101001100000011010011100101101110011000100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C069; }

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

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

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

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

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

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

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

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