#B0C063

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

Shades of Wild Willow #B0C063

Tints of Wild Willow #B0C063

Color information

#B0C063 (or 0xB0C063) is unknown color: approx Wild Willow. HEX triplet: B0, C0 and 63. RGB value is (176,192,99). Sum of RGB (Red+Green+Blue) = 176+192+99=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C063 is #4F3F9C. Grayscale: #B0B0B0. Windows color (decimal): -5193629 or 6537392. OLE color: 6537392.

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

Color convert

RGB17619299-
CMYK0.0800.480.25
HSL70.32º42.47%57.06%-
HSV(B)70.32º48.44%75.29%-
XYZ39.0147.8318.98-
YUV176.6184.2127.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=37.69%
G=41.11%
B=21.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176192990.0800.480.2570.3242.4757.06
HexB0C063803019462a39
Octal26030014310060311065271
Binary1011000011000000110001110000110000110011000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C063; }

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

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

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

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

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

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

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

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