#B0C067

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

Shades of Wild Willow #B0C067

Tints of Wild Willow #B0C067

Color information

#B0C067 (or 0xB0C067) is unknown color: approx Wild Willow. HEX triplet: B0, C0 and 67. RGB value is (176,192,103). Sum of RGB (Red+Green+Blue) = 176+192+103=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C067 is #4F3F98. Grayscale: #B1B1B1. Windows color (decimal): -5193625 or 6799536. OLE color: 6799536.

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

Color convert

RGB176192103-
CMYK0.0800.460.25
HSL70.79º41.4%57.84%-
HSV(B)70.79º46.35%75.29%-
XYZ39.247.9120.01-
YUV177.0786.2127.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 192 (75.39% from 255) = 40.76%
BLUE value IS 103 (40.62% from 255) = 21.87%
R=37.37%
G=40.76%
B=21.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921030.0800.460.2570.7941.457.84
HexB0C067802E1947293a
Octal26030014710056311075172
Binary1011000011000000110011110000101110110011000111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C067; }

 p { color: rgb(176,192,103); }

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

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

 a { background-color: rgb(176,192,103); }

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

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

 span { border-color: rgb(176,192,103); }

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