#B2BF60

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

Shades of Wild Willow #B2BF60

Tints of Wild Willow #B2BF60

Color information

#B2BF60 (or 0xB2BF60) is unknown color: approx Wild Willow. HEX triplet: B2, BF and 60. RGB value is (178,191,96). Sum of RGB (Red+Green+Blue) = 178+191+96=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF60 is #4D409F. Grayscale: #B0B0B0. Windows color (decimal): -5062816 or 6340530. OLE color: 6340530.

HSL color Cylindrical-coordinate representation of color #B2BF60: hue angle of 68.21º degrees, saturation: 0.43, 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 #B2BF60 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB17819196-
CMYK0.0700.500.25
HSL68.21º42.6%56.27%-
HSV(B)68.21º49.74%74.9%-
XYZ39.147.5718.19-
YUV176.2882.69129.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=38.28%
G=41.08%
B=20.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178191960.0700.500.2568.2142.656.27
HexB2BF60703219442b38
Octal2622771407062311045370
Binary101100101011111111000001110110010110011000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF60; }

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

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

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

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

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

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

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

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