#B6CA71

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

Shades of Wild Willow #B6CA71

Tints of Wild Willow #B6CA71

Color information

#B6CA71 (or 0xB6CA71) is unknown color: approx Wild Willow. HEX triplet: B6, CA and 71. RGB value is (182,202,113). Sum of RGB (Red+Green+Blue) = 182+202+113=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CA71 is #49358E. Grayscale: #BABABA. Windows color (decimal): -4797839 or 7457462. OLE color: 7457462.

HSL color Cylindrical-coordinate representation of color #B6CA71: hue angle of 73.48º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6CA71 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB182202113-
CMYK0.1000.440.21
HSL73.48º45.64%61.76%-
HSV(B)73.48º44.06%79.22%-
XYZ43.3953.3823.64-
YUV185.8786.87125.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=36.62%
G=40.64%
B=22.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021130.1000.440.2173.4845.6461.76
HexB6CA71A02C15492e3e
Octal26631216112054251115676
Binary1011011011001010111000110100101100101011001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA71; }

 p { color: rgb(182,202,113); }

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

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

 a { background-color: rgb(182,202,113); }

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

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

 span { border-color: rgb(182,202,113); }

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