#B2BF5D

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

Shades of Wild Willow #B2BF5D

Tints of Wild Willow #B2BF5D

Color information

#B2BF5D (or 0xB2BF5D) is unknown color: approx Wild Willow. HEX triplet: B2, BF and 5D. RGB value is (178,191,93). Sum of RGB (Red+Green+Blue) = 178+191+93=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF5D is #4D40A2. Grayscale: #B0B0B0. Windows color (decimal): -5062819 or 6143922. OLE color: 6143922.

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

Color convert

RGB17819193-
CMYK0.0700.510.25
HSL67.96º43.36%55.69%-
HSV(B)67.96º51.31%74.9%-
XYZ38.9747.5217.47-
YUV175.9481.19129.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=38.53%
G=41.34%
B=20.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178191930.0700.510.2567.9643.3655.69
HexB2BF5D703319442b38
Octal2622771357063311045370
Binary101100101011111110111011110110011110011000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF5D; }

 p { color: rgb(178,191,93); }

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

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

 a { background-color: rgb(178,191,93); }

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

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

 span { border-color: rgb(178,191,93); }

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