#B0C66B

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

Shades of Wild Willow #B0C66B

Tints of Wild Willow #B0C66B

Color information

#B0C66B (or 0xB0C66B) is unknown color: approx Wild Willow. HEX triplet: B0, C6 and 6B. RGB value is (176,198,107). Sum of RGB (Red+Green+Blue) = 176+198+107=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C66B is #4F3994. Grayscale: #B5B5B5. Windows color (decimal): -5192085 or 7063216. OLE color: 7063216.

HSL color Cylindrical-coordinate representation of color #B0C66B: hue angle of 74.51º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0C66B is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB176198107-
CMYK0.1100.460.22
HSL74.51º44.39%59.8%-
HSV(B)74.51º45.96%77.65%-
XYZ40.7550.6821.54-
YUV181.0586.21124.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 198 (77.73% from 255) = 41.16%
BLUE value IS 107 (42.19% from 255) = 22.25%
R=36.59%
G=41.16%
B=22.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761981070.1100.460.2274.5144.3959.8
HexB0C66BB02E164b2c3c
Octal26030615313056261135474
Binary1011000011000110110101110110101110101101001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C66B; }

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

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

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

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

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

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

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

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