#BACF62

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

Shades of Wild Willow #BACF62

Tints of Wild Willow #BACF62

Color information

#BACF62 (or 0xBACF62) is unknown color: approx Wild Willow. HEX triplet: BA, CF and 62. RGB value is (186,207,98). Sum of RGB (Red+Green+Blue) = 186+207+98=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF62 is #45309D. Grayscale: #BCBCBC. Windows color (decimal): -4534430 or 6475706. OLE color: 6475706.

HSL color Cylindrical-coordinate representation of color #BACF62: hue angle of 71.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BACF62 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB18620798-
CMYK0.1000.530.19
HSL71.56º53.17%59.8%-
HSV(B)71.56º52.66%81.18%-
XYZ44.7755.9519.99-
YUV188.377.04126.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=37.88%
G=42.16%
B=19.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186207980.1000.530.1971.5653.1759.8
HexBACF62A0351348353c
Octal27231714212065231106574
Binary1011101011001111110001010100110101100111001000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF62; }

 p { color: rgb(186,207,98); }

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

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

 a { background-color: rgb(186,207,98); }

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

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

 span { border-color: rgb(186,207,98); }

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