#B0BD69

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

Shades of Wild Willow #B0BD69

Tints of Wild Willow #B0BD69

Color information

#B0BD69 (or 0xB0BD69) is unknown color: approx Wild Willow. HEX triplet: B0, BD and 69. RGB value is (176,189,105). Sum of RGB (Red+Green+Blue) = 176+189+105=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD69 is #4F4296. Grayscale: #AFAFAF. Windows color (decimal): -5194391 or 6929840. OLE color: 6929840.

HSL color Cylindrical-coordinate representation of color #B0BD69: hue angle of 69.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0BD69 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB176189105-
CMYK0.0700.440.26
HSL69.29º38.89%57.65%-
HSV(B)69.29º44.44%74.12%-
XYZ38.6546.6520.33-
YUV175.5488.19128.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=37.45%
G=40.21%
B=22.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891050.0700.440.2669.2938.8957.65
HexB0BD69702C1A45273a
Octal2602751517054321054772
Binary101100001011110111010011110101100110101000101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD69; }

 p { color: rgb(176,189,105); }

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

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

 a { background-color: rgb(176,189,105); }

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

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

 span { border-color: rgb(176,189,105); }

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