#B0C366

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

Shades of Wild Willow #B0C366

Tints of Wild Willow #B0C366

Color information

#B0C366 (or 0xB0C366) is unknown color: approx Wild Willow. HEX triplet: B0, C3 and 66. RGB value is (176,195,102). Sum of RGB (Red+Green+Blue) = 176+195+102=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C366 is #4F3C99. Grayscale: #B3B3B3. Windows color (decimal): -5192858 or 6734768. OLE color: 6734768.

HSL color Cylindrical-coordinate representation of color #B0C366: hue angle of 72.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0C366 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB176195102-
CMYK0.1000.480.24
HSL72.26º43.66%58.24%-
HSV(B)72.26º47.69%76.47%-
XYZ39.8249.2219.97-
YUV178.7284.71126.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=37.21%
G=41.23%
B=21.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951020.1000.480.2472.2643.6658.24
HexB0C366A03018482c3a
Octal26030314612060301105472
Binary1011000011000011110011010100110000110001001000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C366; }

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

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

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

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

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

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

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

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