#B0BE5F

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

Shades of Wild Willow #B0BE5F

Tints of Wild Willow #B0BE5F

Color information

#B0BE5F (or 0xB0BE5F) is unknown color: approx Wild Willow. HEX triplet: B0, BE and 5F. RGB value is (176,190,95). Sum of RGB (Red+Green+Blue) = 176+190+95=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE5F is #4F41A0. Grayscale: #AFAFAF. Windows color (decimal): -5194145 or 6274736. OLE color: 6274736.

HSL color Cylindrical-coordinate representation of color #B0BE5F: hue angle of 68.84º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0BE5F is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB17619095-
CMYK0.0700.50.25
HSL68.84º42.22%55.88%-
HSV(B)68.84º50%74.51%-
XYZ38.3846.8817.85-
YUV174.9882.86128.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=38.18%
G=41.21%
B=20.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176190950.0700.50.2568.8442.2255.88
HexB0BE5F703219452a38
Octal2602761377062311055270
Binary101100001011111010111111110110010110011000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE5F; }

 p { color: rgb(176,190,95); }

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

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

 a { background-color: rgb(176,190,95); }

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

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

 span { border-color: rgb(176,190,95); }

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