#B2BF69

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

Shades of Wild Willow #B2BF69

Tints of Wild Willow #B2BF69

Color information

#B2BF69 (or 0xB2BF69) is unknown color: approx Wild Willow. HEX triplet: B2, BF and 69. RGB value is (178,191,105). Sum of RGB (Red+Green+Blue) = 178+191+105=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF69 is #4D4096. Grayscale: #B1B1B1. Windows color (decimal): -5062807 or 6930354. OLE color: 6930354.

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

Color convert

RGB178191105-
CMYK0.0700.450.25
HSL69.07º40.19%58.04%-
HSV(B)69.07º45.03%74.9%-
XYZ39.5447.7520.5-
YUV177.3187.19128.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.55%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=37.55%
G=40.30%
B=22.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911050.0700.450.2569.0740.1958.04
HexB2BF69702D1945283a
Octal2622771517055311055072
Binary101100101011111111010011110101101110011000101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF69; }

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

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

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

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

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

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

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

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