#B2BF6C

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

Shades of Wild Willow #B2BF6C

Tints of Wild Willow #B2BF6C

Color information

#B2BF6C (or 0xB2BF6C) is unknown color: approx Wild Willow. HEX triplet: B2, BF and 6C. RGB value is (178,191,108). Sum of RGB (Red+Green+Blue) = 178+191+108=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF6C is #4D4093. Grayscale: #B1B1B1. Windows color (decimal): -5062804 or 7126962. OLE color: 7126962.

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

Color convert

RGB178191108-
CMYK0.0700.430.25
HSL69.4º39.34%58.63%-
HSV(B)69.4º43.46%74.9%-
XYZ39.747.8121.32-
YUV177.6588.69128.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=37.32%
G=40.04%
B=22.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911080.0700.430.2569.439.3458.63
HexB2BF6C702B1945273b
Octal2622771547053311054773
Binary101100101011111111011001110101011110011000101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF6C; }

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

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

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

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

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

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

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

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