#B1BD67

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

Shades of Wild Willow #B1BD67

Tints of Wild Willow #B1BD67

Color information

#B1BD67 (or 0xB1BD67) is unknown color: approx Wild Willow. HEX triplet: B1, BD and 67. RGB value is (177,189,103). Sum of RGB (Red+Green+Blue) = 177+189+103=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD67 is #4E4298. Grayscale: #AFAFAF. Windows color (decimal): -5128857 or 6798769. OLE color: 6798769.

HSL color Cylindrical-coordinate representation of color #B1BD67: hue angle of 68.37º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1BD67 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB177189103-
CMYK0.0600.460.26
HSL68.37º39.45%57.25%-
HSV(B)68.37º45.5%74.12%-
XYZ38.7846.7219.81-
YUV175.6187.02128.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=37.74%
G=40.30%
B=21.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891030.0600.460.2668.3739.4557.25
HexB1BD67602E1A442739
Octal2612751476056321044771
Binary101100011011110111001111100101110110101000100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD67; }

 p { color: rgb(177,189,103); }

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

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

 a { background-color: rgb(177,189,103); }

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

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

 span { border-color: rgb(177,189,103); }

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