#B0C566

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

Shades of Wild Willow #B0C566

Tints of Wild Willow #B0C566

Color information

#B0C566 (or 0xB0C566) is unknown color: approx Wild Willow. HEX triplet: B0, C5 and 66. RGB value is (176,197,102). Sum of RGB (Red+Green+Blue) = 176+197+102=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C566 is #4F3A99. Grayscale: #B4B4B4. Windows color (decimal): -5192346 or 6735280. OLE color: 6735280.

HSL color Cylindrical-coordinate representation of color #B0C566: hue angle of 73.26º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0C566 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB176197102-
CMYK0.1100.480.23
HSL73.26º45.02%58.63%-
HSV(B)73.26º48.22%77.25%-
XYZ40.2750.1220.12-
YUV179.8984.04125.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=37.05%
G=41.47%
B=21.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971020.1100.480.2373.2645.0258.63
HexB0C566B03017492d3b
Octal26030514613060271115573
Binary1011000011000101110011010110110000101111001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C566; }

 p { color: rgb(176,197,102); }

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

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

 a { background-color: rgb(176,197,102); }

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

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

 span { border-color: rgb(176,197,102); }

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