#BACF6A

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

Shades of Wild Willow #BACF6A

Tints of Wild Willow #BACF6A

Color information

#BACF6A (or 0xBACF6A) is unknown color: approx Wild Willow. HEX triplet: BA, CF and 6A. RGB value is (186,207,106). Sum of RGB (Red+Green+Blue) = 186+207+106=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF6A is #453095. Grayscale: #BDBDBD. Windows color (decimal): -4534422 or 6999994. OLE color: 6999994.

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

Color convert

RGB186207106-
CMYK0.1000.490.19
HSL72.48º51.27%61.37%-
HSV(B)72.48º48.79%81.18%-
XYZ45.1656.1122.08-
YUV189.2181.04125.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=37.27%
G=41.48%
B=21.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071060.1000.490.1972.4851.2761.37
HexBACF6AA0311348333d
Octal27231715212061231106375
Binary1011101011001111110101010100110001100111001000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF6A; }

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

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

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

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

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

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

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

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