#BACD71

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

Shades of Wild Willow #BACD71

Tints of Wild Willow #BACD71

Color information

#BACD71 (or 0xBACD71) is unknown color: approx Wild Willow. HEX triplet: BA, CD and 71. RGB value is (186,205,113). Sum of RGB (Red+Green+Blue) = 186+205+113=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD71 is #45328E. Grayscale: #BDBDBD. Windows color (decimal): -4534927 or 7458234. OLE color: 7458234.

HSL color Cylindrical-coordinate representation of color #BACD71: hue angle of 72.39º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BACD71 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB186205113-
CMYK0.0900.450.20
HSL72.39º47.92%62.35%-
HSV(B)72.39º44.88%80.39%-
XYZ45.0655.2923.92-
YUV188.8385.21125.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=36.90%
G=40.67%
B=22.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051130.0900.450.2072.3947.9262.35
HexBACD71902D1448303e
Octal27231516111055241106076
Binary1011101011001101111000110010101101101001001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD71; }

 p { color: rgb(186,205,113); }

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

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

 a { background-color: rgb(186,205,113); }

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

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

 span { border-color: rgb(186,205,113); }

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