#B0BC6B

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

Shades of Wild Willow #B0BC6B

Tints of Wild Willow #B0BC6B

Color information

#B0BC6B (or 0xB0BC6B) is unknown color: approx Wild Willow. HEX triplet: B0, BC and 6B. RGB value is (176,188,107). Sum of RGB (Red+Green+Blue) = 176+188+107=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC6B is #4F4394. Grayscale: #AFAFAF. Windows color (decimal): -5194645 or 7060656. OLE color: 7060656.

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

Color convert

RGB176188107-
CMYK0.0600.430.26
HSL68.89º37.67%57.84%-
HSV(B)68.89º43.09%73.73%-
XYZ38.5446.2620.81-
YUV175.1889.52128.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 107 (42.19% from 255) = 22.72%
R=37.37%
G=39.92%
B=22.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881070.0600.430.2668.8937.6757.84
HexB0BC6B602B1A45263a
Octal2602741536053321054672
Binary101100001011110011010111100101011110101000101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC6B; }

 p { color: rgb(176,188,107); }

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

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

 a { background-color: rgb(176,188,107); }

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

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

 span { border-color: rgb(176,188,107); }

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