#B6D564

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

Shades of Wild Willow #B6D564

Tints of Wild Willow #B6D564

Color information

#B6D564 (or 0xB6D564) is unknown color: approx Wild Willow. HEX triplet: B6, D5 and 64. RGB value is (182,213,100). Sum of RGB (Red+Green+Blue) = 182+213+100=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D564 is #492A9B. Grayscale: #BFBFBF. Windows color (decimal): -4795036 or 6608310. OLE color: 6608310.

HSL color Cylindrical-coordinate representation of color #B6D564: hue angle of 76.46º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6D564 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB182213100-
CMYK0.1500.530.16
HSL76.46º57.36%61.37%-
HSV(B)76.46º53.05%83.53%-
XYZ45.3958.4520.95-
YUV190.8576.73121.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 100 (39.45% from 255) = 20.20%
R=36.77%
G=43.03%
B=20.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822131000.1500.530.1676.4657.3661.37
HexB6D564F035104c393d
Octal26632514417065201147175
Binary1011011011010101110010011110110101100001001100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D564; }

 p { color: rgb(182,213,100); }

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

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

 a { background-color: rgb(182,213,100); }

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

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

 span { border-color: rgb(182,213,100); }

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