#B0C66A

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

Shades of Wild Willow #B0C66A

Tints of Wild Willow #B0C66A

Color information

#B0C66A (or 0xB0C66A) is unknown color: approx Wild Willow. HEX triplet: B0, C6 and 6A. RGB value is (176,198,106). Sum of RGB (Red+Green+Blue) = 176+198+106=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C66A is #4F3995. Grayscale: #B5B5B5. Windows color (decimal): -5192086 or 6997680. OLE color: 6997680.

HSL color Cylindrical-coordinate representation of color #B0C66A: hue angle of 74.35º degrees, saturation: 0.45, 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 #B0C66A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB176198106-
CMYK0.1100.460.22
HSL74.35º44.66%59.61%-
HSV(B)74.35º46.46%77.65%-
XYZ40.750.6621.27-
YUV180.9385.71124.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=36.67%
G=41.25%
B=22.08%

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
Decimal1761981060.1100.460.2274.3544.6659.61
HexB0C66AB02E164a2d3c
Octal26030615213056261125574
Binary1011000011000110110101010110101110101101001010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C66A; }

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

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

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

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

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

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

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

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