#B0C065

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

Shades of Wild Willow #B0C065

Tints of Wild Willow #B0C065

Color information

#B0C065 (or 0xB0C065) is unknown color: approx Wild Willow. HEX triplet: B0, C0 and 65. RGB value is (176,192,101). Sum of RGB (Red+Green+Blue) = 176+192+101=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C065 is #4F3F9A. Grayscale: #B1B1B1. Windows color (decimal): -5193627 or 6668464. OLE color: 6668464.

HSL color Cylindrical-coordinate representation of color #B0C065: hue angle of 70.55º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0C065 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB176192101-
CMYK0.0800.470.25
HSL70.55º41.94%57.45%-
HSV(B)70.55º47.4%75.29%-
XYZ39.147.8719.49-
YUV176.8485.2127.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 192 (75.39% from 255) = 40.94%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=37.53%
G=40.94%
B=21.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921010.0800.470.2570.5541.9457.45
HexB0C065802F19472a39
Octal26030014510057311075271
Binary1011000011000000110010110000101111110011000111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C065; }

 p { color: rgb(176,192,101); }

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

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

 a { background-color: rgb(176,192,101); }

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

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

 span { border-color: rgb(176,192,101); }

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