#B8C560

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

Shades of Wild Willow #B8C560

Tints of Wild Willow #B8C560

Color information

#B8C560 (or 0xB8C560) is unknown color: approx Wild Willow. HEX triplet: B8, C5 and 60. RGB value is (184,197,96). Sum of RGB (Red+Green+Blue) = 184+197+96=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C560 is #473A9F. Grayscale: #B5B5B5. Windows color (decimal): -4668064 or 6342072. OLE color: 6342072.

HSL color Cylindrical-coordinate representation of color #B8C560: hue angle of 67.72º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8C560 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB18419796-
CMYK0.0700.510.23
HSL67.72º46.54%57.45%-
HSV(B)67.72º51.27%77.25%-
XYZ41.8450.9718.7-
YUV181.679.69129.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=38.57%
G=41.30%
B=20.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184197960.0700.510.2367.7246.5457.45
HexB8C560703317442f39
Octal2703051407063271045771
Binary101110001100010111000001110110011101111000100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C560; }

 p { color: rgb(184,197,96); }

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

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

 a { background-color: rgb(184,197,96); }

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

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

 span { border-color: rgb(184,197,96); }

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