#B3C067

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

Shades of Wild Willow #B3C067

Tints of Wild Willow #B3C067

Color information

#B3C067 (or 0xB3C067) is unknown color: approx Wild Willow. HEX triplet: B3, C0 and 67. RGB value is (179,192,103). Sum of RGB (Red+Green+Blue) = 179+192+103=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C067 is #4C3F98. Grayscale: #B2B2B2. Windows color (decimal): -4997017 or 6799539. OLE color: 6799539.

HSL color Cylindrical-coordinate representation of color #B3C067: hue angle of 68.76º 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 #B3C067 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB179192103-
CMYK0.0700.460.25
HSL68.76º41.4%57.84%-
HSV(B)68.76º46.35%75.29%-
XYZ39.8948.2620.05-
YUV177.9785.69128.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 103 (40.62% from 255) = 21.73%
R=37.76%
G=40.51%
B=21.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921030.0700.460.2568.7641.457.84
HexB3C067702E1945293a
Octal2633001477056311055172
Binary101100111100000011001111110101110110011000101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C067; }

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

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

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

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

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

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

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

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