#B4BE6B

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

Shades of Wild Willow #B4BE6B

Tints of Wild Willow #B4BE6B

Color information

#B4BE6B (or 0xB4BE6B) is unknown color: approx Wild Willow. HEX triplet: B4, BE and 6B. RGB value is (180,190,107). Sum of RGB (Red+Green+Blue) = 180+190+107=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE6B is #4B4194. Grayscale: #B1B1B1. Windows color (decimal): -4931989 or 7061172. OLE color: 7061172.

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

Color convert

RGB180190107-
CMYK0.0500.440.25
HSL67.23º38.97%58.24%-
HSV(B)67.23º43.68%74.51%-
XYZ39.8947.5920.99-
YUV177.5588.19129.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=37.74%
G=39.83%
B=22.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901070.0500.440.2567.2338.9758.24
HexB4BE6B502C1943273a
Octal2642761535054311034772
Binary101101001011111011010111010101100110011000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE6B; }

 p { color: rgb(180,190,107); }

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

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

 a { background-color: rgb(180,190,107); }

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

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

 span { border-color: rgb(180,190,107); }

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