#B0C46C

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

Shades of Wild Willow #B0C46C

Tints of Wild Willow #B0C46C

Color information

#B0C46C (or 0xB0C46C) is unknown color: approx Wild Willow. HEX triplet: B0, C4 and 6C. RGB value is (176,196,108). Sum of RGB (Red+Green+Blue) = 176+196+108=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C46C is #4F3B93. Grayscale: #B4B4B4. Windows color (decimal): -5192596 or 7128240. OLE color: 7128240.

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

Color convert

RGB176196108-
CMYK0.1000.450.23
HSL73.64º42.72%59.61%-
HSV(B)73.64º44.9%76.86%-
XYZ40.3549.7921.67-
YUV179.9987.37125.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 196 (76.95% from 255) = 40.83%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=36.67%
G=40.83%
B=22.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961080.1000.450.2373.6442.7259.61
HexB0C46CA02D174a2b3c
Octal26030415412055271125374
Binary1011000011000100110110010100101101101111001010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C46C; }

 p { color: rgb(176,196,108); }

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

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

 a { background-color: rgb(176,196,108); }

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

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

 span { border-color: rgb(176,196,108); }

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