#B8D471

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

Shades of Wild Willow #B8D471

Tints of Wild Willow #B8D471

Color information

#B8D471 (or 0xB8D471) is unknown color: approx Wild Willow. HEX triplet: B8, D4 and 71. RGB value is (184,212,113). Sum of RGB (Red+Green+Blue) = 184+212+113=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D471 is #472B8E. Grayscale: #C0C0C0. Windows color (decimal): -4664207 or 7460024. OLE color: 7460024.

HSL color Cylindrical-coordinate representation of color #B8D471: hue angle of 76.97º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8D471 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB184212113-
CMYK0.1300.470.17
HSL76.97º53.51%63.73%-
HSV(B)76.97º46.7%83.14%-
XYZ46.2958.4724.47-
YUV192.3483.22122.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.15%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 113 (44.53% from 255) = 22.20%
R=36.15%
G=41.65%
B=22.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842121130.1300.470.1776.9753.5163.73
HexB8D471D02F114d3640
Octal270324161150572111566100
Binary10111000110101001110001110101011111000110011011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D471; }

 p { color: rgb(184,212,113); }

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

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

 a { background-color: rgb(184,212,113); }

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

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

 span { border-color: rgb(184,212,113); }

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