#B0C859

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

Shades of Wild Willow #B0C859

Tints of Wild Willow #B0C859

Color information

#B0C859 (or 0xB0C859) is unknown color: approx Wild Willow. HEX triplet: B0, C8 and 59. RGB value is (176,200,89). Sum of RGB (Red+Green+Blue) = 176+200+89=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C859 is #4F37A6. Grayscale: #B4B4B4. Windows color (decimal): -5191591 or 5884080. OLE color: 5884080.

HSL color Cylindrical-coordinate representation of color #B0C859: hue angle of 72.97º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0C859 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB17620089-
CMYK0.1200.560.22
HSL72.97º50.23%56.67%-
HSV(B)72.97º55.5%78.43%-
XYZ40.3651.2617.22-
YUV180.1776.55125.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=37.85%
G=43.01%
B=19.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176200890.1200.560.2272.9750.2356.67
HexB0C859C03816493239
Octal26031013114070261116271
Binary1011000011001000101100111000111000101101001001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C859; }

 p { color: rgb(176,200,89); }

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

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

 a { background-color: rgb(176,200,89); }

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

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

 span { border-color: rgb(176,200,89); }

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