#B3BD65

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

Shades of Wild Willow #B3BD65

Tints of Wild Willow #B3BD65

Color information

#B3BD65 (or 0xB3BD65) is unknown color: approx Wild Willow. HEX triplet: B3, BD and 65. RGB value is (179,189,101). Sum of RGB (Red+Green+Blue) = 179+189+101=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD65 is #4C429A. Grayscale: #B0B0B0. Windows color (decimal): -4997787 or 6667699. OLE color: 6667699.

HSL color Cylindrical-coordinate representation of color #B3BD65: hue angle of 66.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3BD65 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB179189101-
CMYK0.0500.470.26
HSL66.82º40%56.86%-
HSV(B)66.82º46.56%74.12%-
XYZ39.1446.9219.31-
YUV175.9885.69130.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=38.17%
G=40.30%
B=21.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891010.0500.470.2666.824056.86
HexB3BD65502F1A432839
Octal2632751455057321035071
Binary101100111011110111001011010101111110101000011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD65; }

 p { color: rgb(179,189,101); }

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

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

 a { background-color: rgb(179,189,101); }

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

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

 span { border-color: rgb(179,189,101); }

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